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/31 23:57:23 UTC

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

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 # 2392 - Still Failing!

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

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:35611_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33877_solr, 127.0.0.1:34721_solr, 127.0.0.1:35611_solr, 127.0.0.1:38233_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:35611_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33877_solr, 127.0.0.1:34721_solr, 127.0.0.1:35611_solr, 127.0.0.1:38233_solr]
	at __randomizedtesting.SeedInfo.seed([2E02310B90DA9CF9:5EE2B5B1149535F2]: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([2E02310B90DA9CF9:6E2D46B90BADCFFC]: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 15943 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.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.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=2E02310B90DA9CF9 -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=2E02310B90DA9CF9 -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/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 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 # 2391 - Still Failing!

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

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:33581_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33581_solr, 127.0.0.1:34345_solr, 127.0.0.1:36765_solr, 127.0.0.1:39835_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:33581_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33581_solr, 127.0.0.1:34345_solr, 127.0.0.1:36765_solr, 127.0.0.1:39835_solr]
	at __randomizedtesting.SeedInfo.seed([FC17D0C9E58101AC:8CF7547361CEA8A7]: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:<1702000703800606720>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1702000703800606720>
	at __randomizedtesting.SeedInfo.seed([FC17D0C9E58101AC:4D129FC76989964]: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([FC17D0C9E58101AC:BC38A77B7EF652A9]: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 17836 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.861 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=FC17D0C9E58101AC -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=FC17D0C9E58101AC -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=FC17D0C9E58101AC -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 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 # 2390 - Still Failing!

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

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:<1701993503899254784>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701993503899254784>
	at __randomizedtesting.SeedInfo.seed([E9360C20C74C3E53:11F0F5155455A69B]: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([E9360C20C74C3E53:A9197B925C3B6D56]: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 16763 lines...]
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=E9360C20C74C3E53 -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=E9360C20C74C3E53 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 51 failures.

1: Task failed with an exception.
-----------
* What went 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' S

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

l/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.
==============================================================================

51: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:solr-ref-guide:jrubyPrepare'.
> Could not resolve all files for configuration ':solr:solr-ref-guide:gems'.
   > Could not resolve rubygems:addressable:[2.4.0,3.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Failed to list versions for rubygems:addressable.
         > Could not list versions using Ivy pattern 'http://localhost:35555/[organisation]/[module]/[revision]/ivy.xml'.
            > Could not get resource 'http://localhost:35555/rubygems/addressable/'.
               > Could not GET 'http://localhost:35555/rubygems/addressable/'. Received status code 500 from server: Internal Server Error
   > Could not resolve rubygems:colorator:[1.0.0,2.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:jekyll-sass-converter:[1.0.0,2.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:jekyll-watch:[1.1.0,2.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:kramdown:[1.3.0,2.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:liquid:[4.0.0,5.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:mercenary:[0.3.3,0.4.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:pathutil:[0.9.0,1.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:rouge:[1.7.0,2.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:safe_yaml:[1.0.0,2.0[.
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll:3.5.2
      > Skipped due to earlier error
   > Could not resolve rubygems:asciidoctor:[1.5.0,).
     Required by:
         project :solr:solr-ref-guide > rubygems:jekyll-asciidoc:3.0.0
      > Skipped due to earlier error
   > Could not resolve rubygems:temple:[0.7.6,0.9[.
     Required by:
         project :solr:solr-ref-guide > rubygems:slim:4.0.1
      > Skipped due to earlier error

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

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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show 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
786 actionable tasks: 786 executed
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 # 2389 - Still Failing!

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

9 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([F7F8803AEE1FD7EB:FE1A5F176B69D6FF]: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@13cb7dc0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@13cb7dc0
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@25eaeddb
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@25eaeddb
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@566fb16e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@566fb16e
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@13cb7dc0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@13cb7dc0
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@25eaeddb
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@25eaeddb
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@566fb16e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@566fb16e
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@13cb7dc0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@13cb7dc0
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@25eaeddb
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@25eaeddb
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@566fb16e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@566fb16e
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@13cb7dc0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@13cb7dc0
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@25eaeddb
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@25eaeddb
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@566fb16e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@566fb16e
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([F7F8803AEE1FD7EB]: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=4849, 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)
   2) Thread[id=4952, name=SOLR-TGRP-TestConfigSetsAPI-4522, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4947, name=SOLR-TGRP-TestConfigSetsAPI-4518, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4950, name=SOLR-TGRP-TestConfigSetsAPI-4506, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4817, name=SOLR-TGRP-TestConfigSetsAPI-4413, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4787, name=SOLR-TGRP-TestConfigSetsAPI-4390, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4855, 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.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)
   8) 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)
   9) Thread[id=4813, name=SOLR-TGRP-TestConfigSetsAPI-4409, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4807, name=SOLR-TGRP-TestConfigSetsAPI-4403, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=5229, name=TEST-TestConfigSetsAPI.testUploadDisabled-seed#[F7F8803AEE1FD7EB]-SendThread(127.0.0.1:42759), 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)
  12) 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)
  13) Thread[id=4869, name=SOLR-TGRP-TestConfigSetsAPI-4461, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4852, name=SOLR-TGRP-TestConfigSetsAPI-4446, 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/0x0000000100559040.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=4864, name=SOLR-TGRP-TestConfigSetsAPI-4456, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4809, name=SOLR-TGRP-TestConfigSetsAPI-4405, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4867, 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)
  18) Thread[id=4866, 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)
  19) Thread[id=4949, name=SOLR-TGRP-TestConfigSetsAPI-4520, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4936, 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)
  21) Thread[id=4872, name=SOLR-TGRP-TestConfigSetsAPI-4464, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4815, name=SOLR-TGRP-TestConfigSetsAPI-4411, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4789, name=SOLR-TGRP-TestConfigSetsAPI-4392, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4898, name=SOLR-TGRP-TestConfigSetsAPI-4474, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4791, name=SOLR-TGRP-TestConfigSetsAPI-4394, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        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$789/0x00000001009ed440.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)
  26) Thread[id=4954, 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)
  27) Thread[id=4788, name=SOLR-TGRP-TestConfigSetsAPI-4391, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4816, name=SOLR-TGRP-TestConfigSetsAPI-4412, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=5181, 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)
  30) Thread[id=4811, name=SOLR-TGRP-TestConfigSetsAPI-4407, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4927, name=SOLR-TGRP-TestConfigSetsAPI-4497, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4784, name=SOLR-TGRP-TestConfigSetsAPI-4387, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4933, name=SOLR-TGRP-TestConfigSetsAPI-4503, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4929, name=SOLR-TGRP-TestConfigSetsAPI-4499, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4818, name=SOLR-TGRP-TestConfigSetsAPI-4414, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4820, name=SOLR-TGRP-TestConfigSetsAPI-4416, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4822, name=SOLR-TGRP-TestConfigSetsAPI-4418, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4854, name=SOLR-TGRP-TestConfigSetsAPI-4448, 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/0x0000000100559040.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=4785, name=SOLR-TGRP-TestConfigSetsAPI-4388, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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-4450, 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/0x0000000100559040.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=4865, 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)
  42) Thread[id=4948, 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)
  43) Thread[id=4922, 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)
  44) Thread[id=4930, name=SOLR-TGRP-TestConfigSetsAPI-4500, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4846, name=SOLR-TGRP-TestConfigSetsAPI-4441, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4859, 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)
  47) Thread[id=4897, 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)
  48) Thread[id=4934, 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.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4935, name=SOLR-TGRP-TestConfigSetsAPI-4505, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4848, name=SOLR-TGRP-TestConfigSetsAPI-4442, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4926, name=SOLR-TGRP-TestConfigSetsAPI-4496, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=5225, 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)
  53) Thread[id=4839, name=SOLR-TGRP-TestConfigSetsAPI-4435, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4944, 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.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4942, 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)
  56) Thread[id=4821, name=SOLR-TGRP-TestConfigSetsAPI-4417, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4861, 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.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)
  58) Thread[id=4819, name=SOLR-TGRP-TestConfigSetsAPI-4415, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4782, name=SOLR-TGRP-TestConfigSetsAPI-4385, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4781, name=SOLR-TGRP-TestConfigSetsAPI-4384, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4812, name=SOLR-TGRP-TestConfigSetsAPI-4408, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4853, name=SOLR-TGRP-TestConfigSetsAPI-4447, 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/0x0000000100559040.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)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 62 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=4849, 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)
   2) Thread[id=4952, name=SOLR-TGRP-TestConfigSetsAPI-4522, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.Sync

[...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 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 # 2388 - Still Failing!

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

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:<1701973114105102336>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701973114105102336>
	at __randomizedtesting.SeedInfo.seed([89A525742EEDFD64:7163DC41BDF465AC]: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([89A525742EEDFD64:C98A52C6B59AAE61]: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 16423 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.338 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=89A525742EEDFD64 -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=89A525742EEDFD64 -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 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 # 2387 - Still Failing!

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

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([9C117C37C7699F04:DC3E0B855C1ECC01]: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 14949 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.56 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=9C117C37C7699F04 -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 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 # 2386 - Still Failing!

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

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:<1701946081389051904>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701946081389051904>
	at __randomizedtesting.SeedInfo.seed([3405152FE56EF53E:CCC3EC1A76776DF6]: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([3405152FE56EF53E:742A629D7E19A63B]: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 16521 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.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=3405152FE56EF53E -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=3405152FE56EF53E -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 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 # 2385 - Still Failing!

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

5 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testSharedSchema

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([692C3E5919F98D80:721C2A61DBEF6286]:0)
	at org.apache.solr.cloud.ConfigSetsAPITest.testSharedSchema(ConfigSetsAPITest.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.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates

Error Message:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request, collection names: [test_col]

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request, collection names: [test_col]
	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.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates(TestTolerantUpdateProcessorRandomCloud.java:262)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	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([692C3E5919F98D80:C9367502BD89C68C]: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:<1701925929117286400>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701925929117286400>
	at __randomizedtesting.SeedInfo.seed([692C3E5919F98D80:91EAC76C8AE01548]: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([692C3E5919F98D80:290349EB828EDE85]: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 20837 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.681 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=692C3E5919F98D80 -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=692C3E5919F98D80 -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=692C3E5919F98D80 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ConfigSetsAPITest.testSharedSchema (: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=692C3E5919F98D80 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud.testRandomUpdates (: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.TestTolerantUpdateProcessorRandomCloud.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.TestTolerantUpdateProcessorRandomCloud" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=692C3E5919F98D80 -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-

[...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 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 # 2384 - Still Failing!

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

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=statsCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=statsCache
	at __randomizedtesting.SeedInfo.seed([2D22D4A9DA7F2489:A3F3B093B73E7CEC]: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.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([2D22D4A9DA7F2489:8D389FF27E0F6F85]: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:<1701910580053409792>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701910580053409792>
	at __randomizedtesting.SeedInfo.seed([2D22D4A9DA7F2489:D5E42D9C4966BC41]: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([2D22D4A9DA7F2489:6D0DA31B4108778C]: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 17179 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.775 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=2D22D4A9DA7F2489 -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=2D22D4A9DA7F2489 -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=2D22D4A9DA7F2489 -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=2D22D4A9DA7F2489 -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.
-----------
* W

[...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 # 2383 - Still Failing!

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

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:36941_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36941_solr, 127.0.0.1:39541_solr, 127.0.0.1:43629_solr, 127.0.0.1:45827_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:36941_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36941_solr, 127.0.0.1:39541_solr, 127.0.0.1:43629_solr, 127.0.0.1:45827_solr]
	at __randomizedtesting.SeedInfo.seed([5328AED36DDBD865:23C82A69E994716E]: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([5328AED36DDBD865:F332E588C9AB9369]: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:<1701900381806657536>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701900381806657536>
	at __randomizedtesting.SeedInfo.seed([5328AED36DDBD865:ABEE57E6FEC240AD]: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([5328AED36DDBD865:1307D961F6AC8B60]: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 17954 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.302 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=5328AED36DDBD865 -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=5328AED36DDBD865 -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=5328AED36DDBD865 -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=5328AED36DDBD865 -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 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 # 2382 - Still Failing!

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

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([C51755AA9DB5E0FF:650D1EF139C5ABF3]: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:<1701890808023613440>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701890808023613440>
	at __randomizedtesting.SeedInfo.seed([C51755AA9DB5E0FF:3DD1AC9F0EAC7837]: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([C51755AA9DB5E0FF:8538221806C2B3FA]: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 17198 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.331 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=C51755AA9DB5E0FF -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=C51755AA9DB5E0FF -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=C51755AA9DB5E0FF -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 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 # 2381 - Still Failing!

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

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([993658EC0CD794C1:392C13B7A8A7DFCD]: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.spelling.suggest.SuggesterWFSTTest.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@176f3777
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@176f3777
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.DirectUpdateHandler2@25f37f8d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@25f37f8d
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@340c01f0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@340c01f0
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.filestore.NRTCachingDirectory@3a5c28a7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.filestore.NRTCachingDirectory@3a5c28a7
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.filestore.NRTCachingDirectory@14098aef
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.filestore.NRTCachingDirectory@14098aef
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.CommitTracker@176f3777
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@176f3777
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.DirectUpdateHandler2@25f37f8d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@25f37f8d
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@340c01f0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@340c01f0
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.filestore.NRTCachingDirectory@3a5c28a7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.filestore.NRTCachingDirectory@3a5c28a7
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.filestore.NRTCachingDirectory@14098aef
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.filestore.NRTCachingDirectory@14098aef
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.CommitTracker@176f3777
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@176f3777
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.DirectUpdateHandler2@25f37f8d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@25f37f8d
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@340c01f0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@340c01f0
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.filestore.NRTCachingDirectory@3a5c28a7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.filestore.NRTCachingDirectory@3a5c28a7
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.filestore.NRTCachingDirectory@14098aef
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.filestore.NRTCachingDirectory@14098aef
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.CommitTracker@176f3777
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@176f3777
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.DirectUpdateHandler2@25f37f8d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@25f37f8d
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@340c01f0
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@340c01f0
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.filestore.NRTCachingDirectory@3a5c28a7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.filestore.NRTCachingDirectory@3a5c28a7
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.filestore.NRTCachingDirectory@14098aef
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.filestore.NRTCachingDirectory@14098aef
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([993658EC0CD794C1]: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.SuggesterWFSTTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 57 threads leaked from SUITE scope at org.apache.solr.spelling.suggest.SuggesterWFSTTest: 
   1) Thread[id=3278, name=SOLR-TGRP-SuggesterWFSTTest-2960, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3314, name=SOLR-TGRP-SuggesterWFSTTest-2995, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3253, name=SOLR-TGRP-SuggesterWFSTTest-2935, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3292, name=SOLR-TGRP-SuggesterWFSTTest-2973, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3310, name=SOLR-TGRP-SuggesterWFSTTest-2990, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3274, name=SOLR-TGRP-SuggesterWFSTTest-2956, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3304, name=SOLR-TGRP-SuggesterWFSTTest-2984, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3317, name=SOLR-TGRP-SuggesterWFSTTest-2997, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3258, name=SOLR-TGRP-SuggesterWFSTTest-2940, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3288, name=SOLR-TGRP-SuggesterWFSTTest-2969, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3295, name=SOLR-TGRP-SuggesterWFSTTest-2976, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3297, name=SOLR-TGRP-SuggesterWFSTTest-2978, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3301, name=SOLR-TGRP-SuggesterWFSTTest-2982, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3291, name=SOLR-TGRP-SuggesterWFSTTest-2972, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3251, name=SOLR-TGRP-SuggesterWFSTTest-2933, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3280, name=SOLR-TGRP-SuggesterWFSTTest-2962, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3290, name=SOLR-TGRP-SuggesterWFSTTest-2971, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3260, name=SOLR-TGRP-SuggesterWFSTTest-2942, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3275, name=SOLR-TGRP-SuggesterWFSTTest-2957, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3259, name=SOLR-TGRP-SuggesterWFSTTest-2941, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3283, name=SOLR-TGRP-SuggesterWFSTTest-2965, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3286, name=SOLR-TGRP-SuggesterWFSTTest-2967, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3311, name=SOLR-TGRP-SuggesterWFSTTest-2991, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3307, name=SOLR-TGRP-SuggesterWFSTTest-2987, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3273, name=SOLR-TGRP-SuggesterWFSTTest-2955, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3300, name=SOLR-TGRP-SuggesterWFSTTest-2981, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3262, name=SOLR-TGRP-SuggesterWFSTTest-2944, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3252, name=SOLR-TGRP-SuggesterWFSTTest-2934, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3313, name=SOLR-TGRP-SuggesterWFSTTest-2992, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3261, name=SOLR-TGRP-SuggesterWFSTTest-2943, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3257, name=SOLR-TGRP-SuggesterWFSTTest-2939, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3289, name=SOLR-TGRP-SuggesterWFSTTest-2970, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3315, name=SOLR-TGRP-SuggesterWFSTTest-2994, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3298, name=SOLR-TGRP-SuggesterWFSTTest-2979, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3255, name=SOLR-TGRP-SuggesterWFSTTest-2937, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3308, name=SOLR-TGRP-SuggesterWFSTTest-2988, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3282, name=SOLR-TGRP-SuggesterWFSTTest-2964, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3279, name=SOLR-TGRP-SuggesterWFSTTest-2961, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3277, name=SOLR-TGRP-SuggesterWFSTTest-2959, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3293, name=SOLR-TGRP-SuggesterWFSTTest-2974, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3294, name=SOLR-TGRP-SuggesterWFSTTest-2975, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3312, name=SOLR-TGRP-SuggesterWFSTTest-2993, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3316, name=SOLR-TGRP-SuggesterWFSTTest-2996, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3276, name=SOLR-TGRP-SuggesterWFSTTest-2958, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3285, name=SOLR-TGRP-SuggesterWFSTTest-2966, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3305, name=SOLR-TGRP-SuggesterWFSTTest-2985, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3287, name=SOLR-TGRP-SuggesterWFSTTest-2968, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3309, name=SOLR-TGRP-SuggesterWFSTTest-2989, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3281, name=SOLR-TGRP-SuggesterWFSTTest-2963, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3296, name=SOLR-TGRP-SuggesterWFSTTest-2977, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3271, name=SOLR-TGRP-SuggesterWFSTTest-2953, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3299, name=SOLR-TGRP-SuggesterWFSTTest-2980, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3272, name=SOLR-TGRP-SuggesterWFSTTest-2954, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3303, name=SOLR-TGRP-SuggesterWFSTTest-2983, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3254, name=SOLR-TGRP-SuggesterWFSTTest-2936, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3256, name=SOLR-TGRP-SuggesterWFSTTest-2938, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3306, name=SOLR-TGRP-SuggesterWFSTTest-2986, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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: 57 threads leaked from SUITE scope at org.apache.solr.spelling.suggest.SuggesterWFSTTest: 
   1) Thread[id=3278, name=SOLR-TGRP-SuggesterWFSTTest-2960, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3314, name=SOLR-TGRP-SuggesterWFSTTest-2995, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3253, name=SOLR-TGRP-SuggesterWFSTTest-2935, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3292, name=SOLR-TGRP-SuggesterWFSTTest-2973, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3310, name=SOLR-TGRP-SuggesterWFSTTest-2990, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3274, name=SOLR-TGRP-SuggesterWFSTTest-2956, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3304, name=SOLR-TGRP-SuggesterWFSTTest-2984, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3317, name=SOLR-TGRP-SuggesterWFSTTest-2997, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3258, name=SOLR-TGRP-SuggesterWFSTTest-2940, state=TIMED_WAITING, group=TGRP-SuggesterWFSTTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTas

[...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 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 # 2380 - Still Failing!

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

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:46861_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36855_solr, 127.0.0.1:40801_solr, 127.0.0.1:42065_solr, 127.0.0.1:46861_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:46861_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36855_solr, 127.0.0.1:40801_solr, 127.0.0.1:42065_solr, 127.0.0.1:46861_solr]
	at __randomizedtesting.SeedInfo.seed([CF493DEB28CB9564:BFA9B951AC843C6F]: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([CF493DEB28CB9564:8F664A59B3BCC661]: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 16427 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.506 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=CF493DEB28CB9564 -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=CF493DEB28CB9564 -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 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 # 2379 - Still Failing!

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

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

Error Message:
java.lang.AssertionError: expected:<400> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<0>
	at __randomizedtesting.SeedInfo.seed([321ADBA5935CF73A:5EBF1FD1244AC24E]: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.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:196)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	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([321ADBA5935CF73A:920090FE372CBC36]: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:<1701855611583463424>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701855611583463424>
	at __randomizedtesting.SeedInfo.seed([321ADBA5935CF73A:CADC229000456FF2]: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([321ADBA5935CF73A:7235AC17082BA43F]: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 18006 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=321ADBA5935CF73A -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=321ADBA5935CF73A -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=321ADBA5935CF73A -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - 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=321ADBA5935CF73A -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 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 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 # 2378 - Still Failing!

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

5 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([A2E070DCBF478134:2C3114E6D206D951]: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.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:39327_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:39327_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([A2E070DCBF478134]: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.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:39801_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37057_solr, 127.0.0.1:39801_solr, 127.0.0.1:42249_solr, 127.0.0.1:43689_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:39801_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37057_solr, 127.0.0.1:39801_solr, 127.0.0.1:42249_solr, 127.0.0.1:43689_solr]
	at __randomizedtesting.SeedInfo.seed([A2E070DCBF478134:D200F4663B08283F]: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:<1701835665083203584>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701835665083203584>
	at __randomizedtesting.SeedInfo.seed([A2E070DCBF478134:5A2689E92C5E19FC]: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([A2E070DCBF478134:E2CF076E2430D231]: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 18164 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.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=A2E070DCBF478134 -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=A2E070DCBF478134 -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=A2E070DCBF478134 -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=A2E070DCBF478134 -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=A2E070DCBF478134 -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 --

[...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 # 2377 - Still Failing!

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

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_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:46597_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39399_solr, 127.0.0.1:41163_solr, 127.0.0.1:46597_solr, 127.0.0.1:46681_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:46597_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39399_solr, 127.0.0.1:41163_solr, 127.0.0.1:46597_solr, 127.0.0.1:46681_solr]
	at __randomizedtesting.SeedInfo.seed([F931BB6A092FB3DE:89D13FD08D601AD5]: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.api.collections.TestCollectionAPI.test

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testcollection1
{failure={127.0.0.1:44633_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testcollection1_s1_r_n1': Unable to create core [testcollection1_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: testcollection1
{failure={127.0.0.1:44633_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testcollection1_s1_r_n1': Unable to create core [testcollection1_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([F931BB6A092FB3DE:716584B0A7D3DE26]: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.SolrCloudBridgeTestCase.createCollection(SolrCloudBridgeTestCase.java:770)
	at org.apache.solr.cloud.SolrCloudBridgeTestCase.createCollection(SolrCloudBridgeTestCase.java:699)
	at org.apache.solr.cloud.api.collections.TestCollectionAPI.test(TestCollectionAPI.java:92)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.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:<1701823951659859968>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701823951659859968>
	at __randomizedtesting.SeedInfo.seed([F931BB6A092FB3DE:1F7425F9A362B16]: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([F931BB6A092FB3DE:B91ECCD89258E0DB]: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 19674 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=F931BB6A092FB3DE -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=F931BB6A092FB3DE -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=F931BB6A092FB3DE -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=F931BB6A092FB3DE -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:validateJar

[...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 # 2376 - Still Failing!

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

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:<1701812323014934528>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701812323014934528>
	at __randomizedtesting.SeedInfo.seed([1A496960A0877736:E28F9055339EEFFE]: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([1A496960A0877736:5A661ED23BF02433]: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 17032 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.769 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=1A496960A0877736 -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=1A496960A0877736 -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 21m 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 # 2375 - Still Failing!

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

5 tests failed.
FAILED:  org.apache.solr.search.TestReload.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@4b4ca59
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@4b4ca59
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@68bfc0e7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@68bfc0e7
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.util.TestHarness.reload(TestHarness.java:254)
at o.a.s.search.TestReload.testGetRealtimeReload(TestReload.java:103)

org.apache.lucene.store.ByteBuffersDirectory@2e3981f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2e3981f
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@510cd66a
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@510cd66a
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.util.TestHarness.reload(TestHarness.java:254)
at o.a.s.search.TestReload.testGetRealtimeReload(TestReload.java:103)

 expected null, but was:<ObjectTracker found 4 object(s) that were not released!!! [String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@4b4ca59
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@4b4ca59
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@68bfc0e7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@68bfc0e7
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.util.TestHarness.reload(TestHarness.java:254)
at o.a.s.search.TestReload.testGetRealtimeReload(TestReload.java:103)

org.apache.lucene.store.ByteBuffersDirectory@2e3981f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2e3981f
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@510cd66a
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@510cd66a
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.util.TestHarness.reload(TestHarness.java:254)
at o.a.s.search.TestReload.testGetRealtimeReload(TestReload.java:103)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 4 object(s) that were not released!!! [String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@4b4ca59
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@4b4ca59
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@68bfc0e7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@68bfc0e7
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.util.TestHarness.reload(TestHarness.java:254)
at o.a.s.search.TestReload.testGetRealtimeReload(TestReload.java:103)

org.apache.lucene.store.ByteBuffersDirectory@2e3981f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2e3981f
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@510cd66a
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@510cd66a
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.util.TestHarness.reload(TestHarness.java:254)
at o.a.s.search.TestReload.testGetRealtimeReload(TestReload.java:103)

 expected null, but was:<ObjectTracker found 4 object(s) that were not released!!! [String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@4b4ca59
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@4b4ca59
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@68bfc0e7
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@68bfc0e7
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.util.TestHarness.reload(TestHarness.java:254)
at o.a.s.search.TestReload.testGetRealtimeReload(TestReload.java:103)

org.apache.lucene.store.ByteBuffersDirectory@2e3981f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2e3981f
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@510cd66a
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@510cd66a
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.util.TestHarness.reload(TestHarness.java:254)
at o.a.s.search.TestReload.testGetRealtimeReload(TestReload.java:103)

>
	at __randomizedtesting.SeedInfo.seed([82DA560992219D6]: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.search.TestReload.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 82 threads leaked from SUITE scope at org.apache.solr.search.TestReload: 
   1) Thread[id=9220, name=SOLR-TGRP-TestReload-8012, 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=9243, name=SOLR-TGRP-TestReload-8034, 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=9226, name=SOLR-TGRP-TestReload-8018, 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=9234, name=SOLR-TGRP-TestReload-8026, 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=9237, name=SOLR-TGRP-TestReload-8028, 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=9264, name=SOLR-TGRP-TestReload-8055, 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=9245, name=SOLR-TGRP-TestReload-8036, 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=9204, name=SOLR-TGRP-TestReload-7996, 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=9210, name=SOLR-TGRP-TestReload-8002, 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=9257, name=SOLR-TGRP-TestReload-8048, 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=9278, name=SOLR-TGRP-TestReload-8065, 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=9199, name=SOLR-TGRP-TestReload-7991, 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=9250, name=SOLR-TGRP-TestReload-8041, 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=9198, name=SOLR-TGRP-TestReload-7990, 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=9197, name=SOLR-TGRP-TestReload-7989, 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=9203, name=SOLR-TGRP-TestReload-7995, 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=9274, name=SOLR-TGRP-TestReload-8062, 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=9292, name=SOLR-TGRP-TestReload-8075, 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=9251, name=SOLR-TGRP-TestReload-8042, 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=9280, name=SOLR-TGRP-TestReload-8067, 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=9294, name=SOLR-TGRP-TestReload-8078, 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=9211, name=SOLR-TGRP-TestReload-8003, 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=9256, name=SOLR-TGRP-TestReload-8047, 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=9206, name=SOLR-TGRP-TestReload-7998, 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=9285, name=SOLR-TGRP-TestReload-8071, 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=9221, name=SOLR-TGRP-TestReload-8013, 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=9224, name=SOLR-TGRP-TestReload-8016, 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=9272, name=SOLR-TGRP-TestReload-8060, 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=9228, name=SOLR-TGRP-TestReload-8020, 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=9262, name=SOLR-TGRP-TestReload-8053, 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=9225, name=SOLR-TGRP-TestReload-8017, 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=9223, name=SOLR-TGRP-TestReload-8015, 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=9260, name=SOLR-TGRP-TestReload-8051, 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=9209, name=SOLR-TGRP-TestReload-8001, 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=9232, name=SOLR-TGRP-TestReload-8024, 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=9240, name=SOLR-TGRP-TestReload-8031, 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=9268, name=SOLR-TGRP-TestReload-8058, 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=9290, name=SOLR-TGRP-TestReload-8074, 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=9242, name=SOLR-TGRP-TestReload-8033, 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=9254, name=SOLR-TGRP-TestReload-8045, 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=9208, name=SOLR-TGRP-TestReload-8000, 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=9222, name=SOLR-TGRP-TestReload-8014, 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=9252, name=SOLR-TGRP-TestReload-8043, 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=9282, name=SOLR-TGRP-TestReload-8069, 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=9253, name=SOLR-TGRP-TestReload-8044, 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=9231, name=SOLR-TGRP-TestReload-8023, 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=9293, name=SOLR-TGRP-TestReload-8077, 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=9277, name=SOLR-TGRP-TestReload-8064, 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=9244, name=SOLR-TGRP-TestReload-8035, 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=9258, name=SOLR-TGRP-TestReload-8049, 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=9207, name=SOLR-TGRP-TestReload-7999, 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=9270, name=SOLR-TGRP-TestReload-8059, 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=9230, name=SOLR-TGRP-TestReload-8022, 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=9249, name=SOLR-TGRP-TestReload-8040, 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=9248, name=SOLR-TGRP-TestReload-8039, 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=9286, name=SOLR-TGRP-TestReload-8072, 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=9202, name=SOLR-TGRP-TestReload-7994, 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=9273, name=SOLR-TGRP-TestReload-8061, 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=9291, name=SOLR-TGRP-TestReload-8076, 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=9246, name=SOLR-TGRP-TestReload-8037, 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=9236, name=SOLR-TGRP-TestReload-8027, 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=9227, name=SOLR-TGRP-TestReload-8019, 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=9289, name=SOLR-TGRP-TestReload-8073, 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=9241, name=SOLR-TGRP-TestReload-8032, 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=9281, name=SOLR-TGRP-TestReload-8068, 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=9238, name=SOLR-TGRP-TestReload-8029, 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=9239, name=SOLR-TGRP-TestReload-8030, 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=9233, name=SOLR-TGRP-TestReload-8025, 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=9259, name=SOLR-TGRP-TestReload-8050, 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=9279, name=SOLR-TGRP-TestReload-8066, 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=9283, name=SOLR-TGRP-TestReload-8070, 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=9265, name=SOLR-TGRP-TestReload-8056, 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=9200, name=SOLR-TGRP-TestReload-7992, 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)
  74) Thread[id=9201, name=SOLR-TGRP-TestReload-7993, 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.Synchronou

[...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 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 # 2374 - Still Failing!

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

3 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:42703_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:42703_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([19DE43128A936FC3:BE9AFBB6E7287C7A]: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:<1701787866663747584>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701787866663747584>
	at __randomizedtesting.SeedInfo.seed([19DE43128A936FC3:E118BA27198AF70B]: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([19DE43128A936FC3:59F134A011E43CC6]: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 17265 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.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=19DE43128A936FC3 -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=19DE43128A936FC3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - 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=19DE43128A936FC3 -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 prevLine

[...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 # 2373 - Still Failing!

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

8 tests failed.
FAILED:  org.apache.solr.core.TestConfigSets.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 9 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@4d6e26d9
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@4d6e26d9
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.create(CoreContainer.java:1326)

org.apache.solr.core.SolrCore@3f7b2cd1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.SolrCore@3f7b2cd1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1137)
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.lucene.store.MMapDirectory@21780122
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@21780122
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@39bfe173
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@39bfe173
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.lucene.store.MMapDirectory@39def5cf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@39def5cf
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5eaf84b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5eaf84b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:971)
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.search.SolrIndexSearcher@ba4cce1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.search.SolrIndexSearcher@ba4cce1
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)

org.apache.solr.update.CommitTracker@58012e9f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@58012e9f
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.solr.update.DirectUpdateHandler2@58caef3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@58caef3
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)

 expected null, but was:<ObjectTracker found 9 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@4d6e26d9
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@4d6e26d9
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.create(CoreContainer.java:1326)

org.apache.solr.core.SolrCore@3f7b2cd1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.SolrCore@3f7b2cd1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1137)
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.lucene.store.MMapDirectory@21780122
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@21780122
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@39bfe173
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@39bfe173
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.lucene.store.MMapDirectory@39def5cf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@39def5cf
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5eaf84b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5eaf84b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:971)
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.search.SolrIndexSearcher@ba4cce1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.search.SolrIndexSearcher@ba4cce1
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)

org.apache.solr.update.CommitTracker@58012e9f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@58012e9f
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.solr.update.DirectUpdateHandler2@58caef3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@58caef3
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 9 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@4d6e26d9
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@4d6e26d9
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.create(CoreContainer.java:1326)

org.apache.solr.core.SolrCore@3f7b2cd1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.SolrCore@3f7b2cd1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1137)
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.lucene.store.MMapDirectory@21780122
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@21780122
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@39bfe173
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@39bfe173
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.lucene.store.MMapDirectory@39def5cf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@39def5cf
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5eaf84b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5eaf84b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:971)
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.search.SolrIndexSearcher@ba4cce1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.search.SolrIndexSearcher@ba4cce1
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)

org.apache.solr.update.CommitTracker@58012e9f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@58012e9f
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.solr.update.DirectUpdateHandler2@58caef3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@58caef3
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)

 expected null, but was:<ObjectTracker found 9 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@4d6e26d9
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@4d6e26d9
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.create(CoreContainer.java:1326)

org.apache.solr.core.SolrCore@3f7b2cd1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.SolrCore@3f7b2cd1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1137)
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.lucene.store.MMapDirectory@21780122
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@21780122
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@39bfe173
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@39bfe173
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.lucene.store.MMapDirectory@39def5cf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@39def5cf
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5eaf84b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@5eaf84b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.SolrCore.<init>(SolrCore.java:971)
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.search.SolrIndexSearcher@ba4cce1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.search.SolrIndexSearcher@ba4cce1
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)

org.apache.solr.update.CommitTracker@58012e9f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@58012e9f
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)

org.apache.solr.update.DirectUpdateHandler2@58caef3
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@58caef3
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.create(CoreContainer.java:1326)
at o.a.s.core.CoreContainer.create(CoreContainer.java:1284)
at o.a.s.core.TestConfigSets.testConfigSetServiceFindsConfigSets(TestConfigSets.java:91)

>
	at __randomizedtesting.SeedInfo.seed([A0C0957202ACE4E3]: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.GeneratedMethodAccessor13.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.TestConfigSets.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 66 threads leaked from SUITE scope at org.apache.solr.core.TestConfigSets: 
   1) Thread[id=4277, name=SOLR-TGRP-TestConfigSets-3947, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4272, name=SOLR-TGRP-TestConfigSets-3942, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4276, name=SOLR-TGRP-TestConfigSets-3946, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4317, name=SOLR-TGRP-TestConfigSets-3984, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4319, name=SOLR-TGRP-TestConfigSets-3986, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4293, name=SOLR-TGRP-TestConfigSets-3962, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4323, name=SOLR-TGRP-TestConfigSets-3990, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4301, name=SOLR-TGRP-TestConfigSets-3970, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4279, name=SOLR-TGRP-TestConfigSets-3949, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4286, name=SOLR-TGRP-TestConfigSets-3955, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4285, name=SOLR-TGRP-TestConfigSets-3954, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4264, name=SOLR-TGRP-TestConfigSets-3934, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4331, name=SOLR-TGRP-TestConfigSets-3998, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4261, name=SOLR-TGRP-TestConfigSets-3931, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4269, name=SOLR-TGRP-TestConfigSets-3939, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4289, name=SOLR-TGRP-TestConfigSets-3958, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4313, name=SOLR-TGRP-TestConfigSets-3981, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4324, name=SOLR-TGRP-TestConfigSets-3991, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4263, name=SOLR-TGRP-TestConfigSets-3933, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4321, name=SOLR-TGRP-TestConfigSets-3988, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4262, name=SOLR-TGRP-TestConfigSets-3932, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4267, name=SOLR-TGRP-TestConfigSets-3937, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4296, name=SOLR-TGRP-TestConfigSets-3965, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4311, name=SOLR-TGRP-TestConfigSets-3979, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4271, name=SOLR-TGRP-TestConfigSets-3941, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4275, name=SOLR-TGRP-TestConfigSets-3945, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4258, name=SOLR-TGRP-TestConfigSets-3928, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4318, name=SOLR-TGRP-TestConfigSets-3985, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4312, name=SOLR-TGRP-TestConfigSets-3980, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4330, name=SOLR-TGRP-TestConfigSets-3997, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4281, name=SOLR-TGRP-TestConfigSets-3950, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4284, name=SOLR-TGRP-TestConfigSets-3953, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4326, name=SOLR-TGRP-TestConfigSets-3992, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4315, name=SOLR-TGRP-TestConfigSets-3982, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4327, name=SOLR-TGRP-TestConfigSets-3994, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4322, name=SOLR-TGRP-TestConfigSets-3989, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4325, name=SOLR-TGRP-TestConfigSets-3993, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4274, name=SOLR-TGRP-TestConfigSets-3944, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4299, name=SOLR-TGRP-TestConfigSets-3968, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4298, name=SOLR-TGRP-TestConfigSets-3967, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4283, name=SOLR-TGRP-TestConfigSets-3952, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4290, name=SOLR-TGRP-TestConfigSets-3960, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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-TestConfigSets-3926, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4320, name=SOLR-TGRP-TestConfigSets-3987, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4257, name=SOLR-TGRP-TestConfigSets-3927, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4265, name=SOLR-TGRP-TestConfigSets-3935, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4280, name=searcherExecutor-258-thread-1, state=WAITING, group=TGRP-TestConfigSets]
        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.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
        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)
  48) Thread[id=4266, name=SOLR-TGRP-TestConfigSets-3936, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4268, name=SOLR-TGRP-TestConfigSets-3938, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4282, name=SOLR-TGRP-TestConfigSets-3951, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4291, name=SOLR-TGRP-TestConfigSets-3959, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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-TestConfigSets-3969, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4270, name=SOLR-TGRP-TestConfigSets-3940, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4259, name=SOLR-TGRP-TestConfigSets-3929, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4329, name=SOLR-TGRP-TestConfigSets-3996, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4273, name=SOLR-TGRP-TestConfigSets-3943, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4297, name=SOLR-TGRP-TestConfigSets-3966, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4260, name=SOLR-TGRP-TestConfigSets-3930, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4288, name=SOLR-TGRP-TestConfigSets-3957, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4295, name=SOLR-TGRP-TestConfigSets-3964, state=TIMED_WAITING, group=TGRP-TestConfigSets]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        a

[...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 18m 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 # 2372 - Still Failing!

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

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([A33E8E0FC178C475:324C55465088F79]: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.lucene.store.ByteBuffersDirectory@622c4c6b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@622c4c6b
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@67d0d860
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@67d0d860
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@20c55a33
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@20c55a33
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@568659be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@568659be
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@2a83ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2a83ce
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.lucene.store.ByteBuffersDirectory@622c4c6b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@622c4c6b
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@67d0d860
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@67d0d860
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@20c55a33
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@20c55a33
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@568659be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@568659be
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@2a83ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2a83ce
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.lucene.store.ByteBuffersDirectory@622c4c6b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@622c4c6b
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@67d0d860
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@67d0d860
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@20c55a33
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@20c55a33
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@568659be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@568659be
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@2a83ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2a83ce
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.lucene.store.ByteBuffersDirectory@622c4c6b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@622c4c6b
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@67d0d860
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@67d0d860
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@20c55a33
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@20c55a33
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@568659be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@568659be
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@2a83ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@2a83ce
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([A33E8E0FC178C475]: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: 70 threads leaked from SUITE scope at org.apache.solr.core.TestCorePropertiesReload: 
   1) Thread[id=3798, name=SOLR-TGRP-TestCorePropertiesReload-3369, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3803, name=SOLR-TGRP-TestCorePropertiesReload-3374, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3852, name=SOLR-TGRP-TestCorePropertiesReload-3422, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3820, name=SOLR-TGRP-TestCorePropertiesReload-3391, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3840, name=SOLR-TGRP-TestCorePropertiesReload-3410, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3833, name=SOLR-TGRP-TestCorePropertiesReload-3403, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3841, name=SOLR-TGRP-TestCorePropertiesReload-3411, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3821, name=SOLR-TGRP-TestCorePropertiesReload-3392, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3829, name=SOLR-TGRP-TestCorePropertiesReload-3399, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3843, name=SOLR-TGRP-TestCorePropertiesReload-3413, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3853, name=SOLR-TGRP-TestCorePropertiesReload-3423, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3832, name=SOLR-TGRP-TestCorePropertiesReload-3402, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3851, name=SOLR-TGRP-TestCorePropertiesReload-3421, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3855, name=SOLR-TGRP-TestCorePropertiesReload-3425, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3871, 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(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3856, name=SOLR-TGRP-TestCorePropertiesReload-3426, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3826, name=SOLR-TGRP-TestCorePropertiesReload-3397, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3799, name=SOLR-TGRP-TestCorePropertiesReload-3370, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3822, name=SOLR-TGRP-TestCorePropertiesReload-3393, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3844, name=SOLR-TGRP-TestCorePropertiesReload-3414, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3864, name=SOLR-TGRP-TestCorePropertiesReload-3433, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3845, name=SOLR-TGRP-TestCorePropertiesReload-3415, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3839, name=SOLR-TGRP-TestCorePropertiesReload-3409, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3850, name=SOLR-TGRP-TestCorePropertiesReload-3420, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3802, name=SOLR-TGRP-TestCorePropertiesReload-3373, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3858, name=SOLR-TGRP-TestCorePropertiesReload-3427, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3861, name=SOLR-TGRP-TestCorePropertiesReload-3430, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3863, name=SOLR-TGRP-TestCorePropertiesReload-3432, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3809, name=SOLR-TGRP-TestCorePropertiesReload-3380, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3834, name=SOLR-TGRP-TestCorePropertiesReload-3404, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3800, name=SOLR-TGRP-TestCorePropertiesReload-3371, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3823, name=SOLR-TGRP-TestCorePropertiesReload-3394, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3808, name=SOLR-TGRP-TestCorePropertiesReload-3379, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3865, name=SOLR-TGRP-TestCorePropertiesReload-3434, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3876, 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)
  36) Thread[id=3810, name=SOLR-TGRP-TestCorePropertiesReload-3381, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3860, name=SOLR-TGRP-TestCorePropertiesReload-3429, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3862, name=SOLR-TGRP-TestCorePropertiesReload-3431, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3824, name=SOLR-TGRP-TestCorePropertiesReload-3395, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3846, name=SOLR-TGRP-TestCorePropertiesReload-3416, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3842, name=SOLR-TGRP-TestCorePropertiesReload-3412, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3825, name=SOLR-TGRP-TestCorePropertiesReload-3396, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3870, 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)
  44) Thread[id=3875, name=SOLR-TGRP-TestCorePropertiesReload-3444, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3797, name=SOLR-TGRP-TestCorePropertiesReload-3368, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3859, name=SOLR-TGRP-TestCorePropertiesReload-3428, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3806, name=SOLR-TGRP-TestCorePropertiesReload-3377, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3836, name=SOLR-TGRP-TestCorePropertiesReload-3406, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3849, name=SOLR-TGRP-TestCorePropertiesReload-3419, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3872, 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)
  51) Thread[id=3837, name=SOLR-TGRP-TestCorePropertiesReload-3407, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3807, name=SOLR-TGRP-TestCorePropertiesReload-3378, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3874, name=SOLR-TGRP-TestCorePropertiesReload-3443, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3828, name=SOLR-TGRP-TestCorePropertiesReload-3398, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3838, name=SOLR-TGRP-TestCorePropertiesReload-3408, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3848, name=SOLR-TGRP-TestCorePropertiesReload-3418, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3805, name=SOLR-TGRP-TestCorePropertiesReload-3376, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3866, name=SOLR-TGRP-TestCorePropertiesReload-3435, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3868, name=SOLR-TGRP-TestCorePropertiesReload-3437, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3804, name=SOLR-TGRP-TestCorePropertiesReload-3375, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3835, name=SOLR-TGRP-TestCorePropertiesReload-3405, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3869, name=SOLR-TGRP-TestCorePropertiesReload-3438, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3847, name=SOLR-TGRP-TestCorePropertiesReload-3417, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3867, name=SOLR-TGRP-TestCorePropertiesReload-3436, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3830, name=SOLR-TGRP-TestCorePropertiesReload-3400, state=TIMED_WAITING, group=TGRP-TestCorePropertiesReload]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app/

[...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 # 2371 - Still Failing!

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

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:<1701751046822428672>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701751046822428672>
	at __randomizedtesting.SeedInfo.seed([D13DB7A8628EDF84:29FB4E9DF197474C]: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([D13DB7A8628EDF84:9112C01AF9F98C81]: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 16601 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.327 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=D13DB7A8628EDF84 -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=D13DB7A8628EDF84 -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 # 2370 - Still Failing!

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

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:43317_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35787_solr, 127.0.0.1:41423_solr, 127.0.0.1:43317_solr, 127.0.0.1:46747_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:43317_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35787_solr, 127.0.0.1:41423_solr, 127.0.0.1:43317_solr, 127.0.0.1:46747_solr]
	at __randomizedtesting.SeedInfo.seed([B174C525652BE562:C194419FE1644C69]: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([B174C525652BE562:116E8E7EC15BAE6E]: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.TestBatchUpdate.testWithBinary

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (404)  Error from server at http://127.0.0.1:45463/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:45463/solr/collection1/update?wt=javabin&version=2: not found: 404, message:null
	at __randomizedtesting.SeedInfo.seed([B174C525652BE562:E3028B3AE2C43F71]: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.deleteByQuery(SolrClient.java:941)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:904)
	at org.apache.solr.client.solrj.SolrClient.deleteByQuery(SolrClient.java:919)
	at org.apache.solr.client.solrj.TestBatchUpdate.testWithBinary(TestBatchUpdate.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:<1701740038304301056>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701740038304301056>
	at __randomizedtesting.SeedInfo.seed([B174C525652BE562:49B23C10F6327DAA]: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([B174C525652BE562:F15BB297FE5CB667]: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 18666 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.591 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.TestBatchUpdate.testWithBinary (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.TestBatchUpdate.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.TestBatchUpdate" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B174C525652BE562 -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=B174C525652BE562 -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=B174C525652BE562 -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=B174C525652BE562 -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=B174C525652BE562 -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, COMPOU

[...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 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 # 2369 - Still Failing!

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

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:<1701725059767336960>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701725059767336960>
	at __randomizedtesting.SeedInfo.seed([D1AB8C37B40904EF:296D750227109C27]: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([D1AB8C37B40904EF:9184FB852F7E57EA]: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 16508 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.856 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=D1AB8C37B40904EF -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=D1AB8C37B40904EF -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 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 # 2368 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount

Error Message:
java.lang.AssertionError: expected:<400> but was:<0>

Stack Trace:
java.lang.AssertionError: expected:<400> but was:<0>
	at __randomizedtesting.SeedInfo.seed([BDA45F50F4EB0859:D1019B2443FD3D2D]: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.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:196)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.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([BDA45F50F4EB0859:FD8B28E26F9C5B5C]: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 26.565 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=BDA45F50F4EB0859 -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=BDA45F50F4EB0859 -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

[...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 # 2367 - Still Failing!

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

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:43523_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33963_solr, 127.0.0.1:35651_solr, 127.0.0.1:40847_solr, 127.0.0.1:43523_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:43523_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33963_solr, 127.0.0.1:35651_solr, 127.0.0.1:40847_solr, 127.0.0.1:43523_solr]
	at __randomizedtesting.SeedInfo.seed([19F171DBF50E130A:6911F5617141BA01]: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:<1701702322639339520>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701702322639339520>
	at __randomizedtesting.SeedInfo.seed([19F171DBF50E130A:E13788EE66178BC2]: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([19F171DBF50E130A:59DE06696E79400F]: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 18073 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.587 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=19F171DBF50E130A -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=19F171DBF50E130A -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=19F171DBF50E130A -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 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 # 2366 - Still Failing!

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

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([61C7374C00EDC9A1:E9930896AE11A459]: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=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:34759_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34759_solr, 127.0.0.1:35775_solr, 127.0.0.1:37095_solr, 127.0.0.1:41309_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:34759_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34759_solr, 127.0.0.1:35775_solr, 127.0.0.1:37095_solr, 127.0.0.1:41309_solr]
	at __randomizedtesting.SeedInfo.seed([61C7374C00EDC9A1:1127B3F684A260AA]: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:<1701691081923493888>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701691081923493888>
	at __randomizedtesting.SeedInfo.seed([61C7374C00EDC9A1:9901CE7993F45169]: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([61C7374C00EDC9A1:21E840FE9B9A9AA4]: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 19246 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.631 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=61C7374C00EDC9A1 -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=61C7374C00EDC9A1 -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=61C7374C00EDC9A1 -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=61C7374C00EDC9A1 -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.
======================

[...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 # 2365 - Still Failing!

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

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([13FE565A4CF7E21E:53D121E8D780B11B]: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 14857 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.523 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=13FE565A4CF7E21E -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 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 # 2364 - Still Failing!

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

6 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:39761_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35963_solr, 127.0.0.1:36317_solr, 127.0.0.1:39761_solr, 127.0.0.1:46535_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:39761_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35963_solr, 127.0.0.1:36317_solr, 127.0.0.1:39761_solr, 127.0.0.1:46535_solr]
	at __randomizedtesting.SeedInfo.seed([1B0DF6A03BE7428:71505BD087F1DD23]: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.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:37555_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:37253_solr={responseHeader={status=0, QTime=44}, 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:37555_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:37253_solr={responseHeader={status=0, QTime=44}, core=tolerant_s2_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([1B0DF6A03BE7428]: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.handler.component.DistributedDebugComponentTest.testTolerantSearch

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (404)  Error from server at http://127.0.0.1:37401/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:37401/solr/collection1/update?wt=javabin&version=2: not found: 404, message:null
	at __randomizedtesting.SeedInfo.seed([1B0DF6A03BE7428:C74914B4C07CA97D]: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.embedded.SolrExampleXMLHttp2Test.testPivotFacetsMissing

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (404)  Error from server at http://127.0.0.1:33515/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:33515/solr/collection1/update?wt=xml&version=2.2: not found: 404, message:null
	at __randomizedtesting.SeedInfo.seed([1B0DF6A03BE7428:A0F28B482BD7071B]: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:107)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:72)
	at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:86)
	at org.apache.solr.client.solrj.SolrExampleTests.doPivotFacetTest(SolrExampleTests.java:1408)
	at org.apache.solr.client.solrj.SolrExampleTests.testPivotFacetsMissing(SolrExampleTests.java:1388)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.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:<1701677673056567296>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701677673056567296>
	at __randomizedtesting.SeedInfo.seed([1B0DF6A03BE7428:F976265F90A7ECE0]: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([1B0DF6A03BE7428:419FA8D898C9272D]: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 19828 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.embedded.SolrExampleXMLHttp2Test.testPivotFacetsMissing (:solr:solrj)
    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=1B0DF6A03BE7428 -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=1B0DF6A03BE7428 -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=1B0DF6A03BE7428 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - 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=1B0DF6A03BE7428 -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=1B0DF6A03BE7428 -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=1B0DF6A03BE7428 -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.
===========================================================

[...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 # 2363 - Still Failing!

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

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:<1701671962152009728>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701671962152009728>
	at __randomizedtesting.SeedInfo.seed([ABD8BC3281B36D0C:531E450712AAF5C4]: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([ABD8BC3281B36D0C:EBF7CB801AC43E09]: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 16343 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.308 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=ABD8BC3281B36D0C -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=ABD8BC3281B36D0C -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 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 # 2362 - Still Failing!

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

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:44673_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35705_solr, 127.0.0.1:43193_solr, 127.0.0.1:44673_solr, 127.0.0.1:46259_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:44673_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35705_solr, 127.0.0.1:43193_solr, 127.0.0.1:44673_solr, 127.0.0.1:46259_solr]
	at __randomizedtesting.SeedInfo.seed([E13ECA96CC08E585:91DE4E2C48474C8E]: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:<1701666705688756224>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701666705688756224>
	at __randomizedtesting.SeedInfo.seed([E13ECA96CC08E585:19F833A35F117D4D]: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([E13ECA96CC08E585:A111BD24577FB680]: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 17626 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.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=E13ECA96CC08E585 -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=E13ECA96CC08E585 -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=E13ECA96CC08E585 -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...]

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 # 2361 - Still Failing!

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

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([59E958C64FEF144B:F9F3139DEB9F5F47]: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([59E958C64FEF144B:19C62F74D498474E]: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 15271 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.167 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=59E958C64FEF144B -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=59E958C64FEF144B -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: 

[...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 # 2360 - Still Failing!

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

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:<1701645949086990336>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701645949086990336>
	at __randomizedtesting.SeedInfo.seed([B553F608B36C2DD0:4D950F3D2075B518]: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:33201_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33201_solr, 127.0.0.1:36163_solr, 127.0.0.1:38519_solr, 127.0.0.1:41087_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:33201_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33201_solr, 127.0.0.1:36163_solr, 127.0.0.1:38519_solr, 127.0.0.1:41087_solr]
	at __randomizedtesting.SeedInfo.seed([B553F608B36C2DD0:C5B372B2372384DB]: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([B553F608B36C2DD0:F57C81BA281B7ED5]: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 17419 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.142 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=B553F608B36C2DD0 -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=B553F608B36C2DD0 -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=B553F608B36C2DD0 -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 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 # 2359 - Still Failing!

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

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([481D41511209B5E5:E8070A0AB679FEE9]: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:33421_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33421_solr, 127.0.0.1:39261_solr, 127.0.0.1:42573_solr, 127.0.0.1:46225_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:33421_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33421_solr, 127.0.0.1:39261_solr, 127.0.0.1:42573_solr, 127.0.0.1:46225_solr]
	at __randomizedtesting.SeedInfo.seed([481D41511209B5E5:38FDC5EB96461CEE]: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([481D41511209B5E5:83236E3897EE6E0]: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 16692 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.331 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=481D41511209B5E5 -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=481D41511209B5E5 -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=481D41511209B5E5 -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 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 # 2358 - Still Failing!

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

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:34387_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33319_solr, 127.0.0.1:34387_solr, 127.0.0.1:42733_solr, 127.0.0.1:44159_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:34387_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33319_solr, 127.0.0.1:34387_solr, 127.0.0.1:42733_solr, 127.0.0.1:44159_solr]
	at __randomizedtesting.SeedInfo.seed([B54F71FDC8848DAD:C5AFF5474CCB24A6]: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:<1701628695179952128>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701628695179952128>
	at __randomizedtesting.SeedInfo.seed([B54F71FDC8848DAD:4D8988C85B9D1565]: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([B54F71FDC8848DAD:F560064F53F3DEA8]: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 17539 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.809 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=B54F71FDC8848DAD -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=B54F71FDC8848DAD -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=B54F71FDC8848DAD -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 22m 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 # 2357 - Still Failing!

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

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:<1701621602133737472>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701621602133737472>
	at __randomizedtesting.SeedInfo.seed([7B4318867BB25D7:FF72C8BDF4A2BD1F]: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([7B4318867BB25D7:479B463AFCCC76D2]: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 16578 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.754 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=7B4318867BB25D7 -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=7B4318867BB25D7 -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, Pa

[...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 # 2356 - Still Failing!

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

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:35599_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33091_solr, 127.0.0.1:35599_solr, 127.0.0.1:38435_solr, 127.0.0.1:40517_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:35599_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33091_solr, 127.0.0.1:35599_solr, 127.0.0.1:38435_solr, 127.0.0.1:40517_solr]
	at __randomizedtesting.SeedInfo.seed([D6A4602C9C09271A:A644E49618468E11]: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:<1701615406791262208>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701615406791262208>
	at __randomizedtesting.SeedInfo.seed([D6A4602C9C09271A:2E6299190F10BFD2]: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([D6A4602C9C09271A:968B179E077E741F]: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 17362 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.921 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=D6A4602C9C09271A -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=D6A4602C9C09271A -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=D6A4602C9C09271A -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...]

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 # 2355 - Still Failing!

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

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:<1701604556034539520>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701604556034539520>
	at __randomizedtesting.SeedInfo.seed([A7D8B7EDD4DDD63B:5F1E4ED847C44EF3]: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([A7D8B7EDD4DDD63B:E7F7C05F4FAA853E]: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 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 28.731 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=A7D8B7EDD4DDD63B -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=A7D8B7EDD4DDD63B -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 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 # 2354 - Still Failing!

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

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([1F5FEEAAC017CD02:918E8A90AD569567]: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:<1701598393205260288>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701598393205260288>
	at __randomizedtesting.SeedInfo.seed([1F5FEEAAC017CD02:E799179F530E55CA]: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([1F5FEEAAC017CD02:5F7099185B609E07]: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 16512 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.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.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=1F5FEEAAC017CD02 -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=1F5FEEAAC017CD02 -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=1F5FEEAAC017CD02 -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/jenk

[...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 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 # 2353 - Still Failing!

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

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([525C33F39A30B890:127344410147EB95]: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 25.957 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=525C33F39A30B890 -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 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 # 2352 - Still Failing!

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

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:36501_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32979_solr, 127.0.0.1:33565_solr, 127.0.0.1:36501_solr, 127.0.0.1:40641_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:36501_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32979_solr, 127.0.0.1:33565_solr, 127.0.0.1:36501_solr, 127.0.0.1:40641_solr]
	at __randomizedtesting.SeedInfo.seed([FE0F5D7BCB493EC5:8EEFD9C14F0697CE]: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:<1701592180592738304>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701592180592738304>
	at __randomizedtesting.SeedInfo.seed([FE0F5D7BCB493EC5:6C9A44E5850A60D]: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([FE0F5D7BCB493EC5:BE202AC9503E6DC0]: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 27.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.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=FE0F5D7BCB493EC5 -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=FE0F5D7BCB493EC5 -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=FE0F5D7BCB493EC5 -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 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 # 2351 - Still Failing!

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

3 tests failed.
FAILED:  org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl

Error Message:
java.lang.AssertionError: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms

Stack Trace:
java.lang.AssertionError: java.util.concurrent.ExecutionException: java.util.concurrent.TimeoutException: Idle timeout expired: 15000/15000 ms
	at __randomizedtesting.SeedInfo.seed([4930C87CEE516762:E0A8E209E29DA364]: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:<1701588090613661696>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701588090613661696>
	at __randomizedtesting.SeedInfo.seed([4930C87CEE516762:B1F631497D48FFAA]: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([4930C87CEE516762:91FBFCE75263467]: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 16747 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.355 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=4930C87CEE516762 -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=4930C87CEE516762 -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=4930C87CEE516762 -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*Ena

[...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 # 2350 - Still Failing!

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

3 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testDeleteUnknownCollection

Error Message:
java.lang.AssertionError: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([67951B1F734D0EBD:4EFBDFA990A5FB1B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testDeleteUnknownCollection(TestCollectionsAPIViaSolrCloudCluster.java:99)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.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:<1701582172265119744>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701582172265119744>
	at __randomizedtesting.SeedInfo.seed([67951B1F734D0EBD:9F53E22AE0549675]: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([67951B1F734D0EBD:27BA6CADE83A5DB8]: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 16649 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.871 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=67951B1F734D0EBD -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=67951B1F734D0EBD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster.testDeleteUnknownCollection (: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.TestCollectionsAPIViaSolrCloudCluster.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.TestCollectionsAPIViaSolrCloudCluster" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=67951B1F734D0EBD -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.
-----------
* 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 for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

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

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

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/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' 
   

[...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 # 2349 - Still Failing!

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

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:39413_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:39413_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([6E6527F138408982:C9219F5555FB9A3B]: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.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:35961_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35961_solr, 127.0.0.1:38723_solr, 127.0.0.1:39833_solr, 127.0.0.1:39929_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:35961_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35961_solr, 127.0.0.1:38723_solr, 127.0.0.1:39833_solr, 127.0.0.1:39929_solr]
	at __randomizedtesting.SeedInfo.seed([6E6527F138408982:1E85A34BBC0F2089]: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:<1701575202976038912>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701575202976038912>
	at __randomizedtesting.SeedInfo.seed([6E6527F138408982:96A3DEC4AB59114A]: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([6E6527F138408982:2E4A5043A337DA87]: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 18517 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.697 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=6E6527F138408982 -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=6E6527F138408982 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - 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=6E6527F138408982 -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=6E6527F138408982 -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/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 # 2348 - Still Failing!

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

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:32993_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32979_solr, 127.0.0.1:32993_solr, 127.0.0.1:37289_solr, 127.0.0.1:42065_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:32993_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32979_solr, 127.0.0.1:32993_solr, 127.0.0.1:37289_solr, 127.0.0.1:42065_solr]
	at __randomizedtesting.SeedInfo.seed([49316784C9E32F74:39D1E33E4DAC867F]: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:<1701564709284610048>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701564709284610048>
	at __randomizedtesting.SeedInfo.seed([49316784C9E32F74:B1F79EB15AFAB7BC]: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([49316784C9E32F74:91E103652947C71]: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 27.282 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=49316784C9E32F74 -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=49316784C9E32F74 -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=49316784C9E32F74 -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 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 # 2347 - Still Failing!

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

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([24D1DCF90BE9FA58:64FEAB4B909EA95D]: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.944 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=24D1DCF90BE9FA58 -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 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 # 2346 - Still Failing!

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

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([DA75FED30F9BCF8F:AA1543F6D70266A3]: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:<1701544162221883392>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701544162221883392>
	at __randomizedtesting.SeedInfo.seed([DA75FED30F9BCF8F:22B307E69C825747]: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([DA75FED30F9BCF8F:9A5A896194EC9C8A]: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 17528 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.816 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=DA75FED30F9BCF8F -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=DA75FED30F9BCF8F -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=DA75FED30F9BCF8F -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 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 # 2345 - Still Failing!

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

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:42969_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36701_solr, 127.0.0.1:40515_solr, 127.0.0.1:42969_solr, 127.0.0.1:44859_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:42969_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36701_solr, 127.0.0.1:40515_solr, 127.0.0.1:42969_solr, 127.0.0.1:44859_solr]
	at __randomizedtesting.SeedInfo.seed([9D5F81C7C896C91A:EDBF057D4CD96011]: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([9D5F81C7C896C91A:3D45CA9C6CE68216]: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:<1701538044656484352>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701538044656484352>
	at __randomizedtesting.SeedInfo.seed([9D5F81C7C896C91A:659978F25B8F51D2]: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([9D5F81C7C896C91A:DD70F67553E19A1F]: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 18319 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.983 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=9D5F81C7C896C91A -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=9D5F81C7C896C91A -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=9D5F81C7C896C91A -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=9D5F81C7C896C91A -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 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 # 2344 - Still Failing!

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

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([A4A46D47609E5020:E48B1AF5FBE90325]: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 14944 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.589 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=A4A46D47609E5020 -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 22m 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 # 2343 - Still Failing!

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

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([EBCE4FD7DDB8954C:4BD4048C79C8DE40]: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:<1701524903099891712>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701524903099891712>
	at __randomizedtesting.SeedInfo.seed([EBCE4FD7DDB8954C:1308B6E24EA10D84]: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([EBCE4FD7DDB8954C:ABE1386546CFC649]: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 16717 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.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.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=EBCE4FD7DDB8954C -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=EBCE4FD7DDB8954C -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=EBCE4FD7DDB8954C -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 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 # 2342 - Still Failing!

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

5 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testSharedSchema

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([7B4991F073B0F589:607985C8B1A61A8F]:0)
	at org.apache.solr.cloud.ConfigSetsAPITest.testSharedSchema(ConfigSetsAPITest.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.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:35961_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:35961_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([7B4991F073B0F589:DC0D29541E0BE630]: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.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:38927_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:38927_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([7B4991F073B0F589:1E4C9581E144EDCB]: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:<1701513580737724416>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701513580737724416>
	at __randomizedtesting.SeedInfo.seed([7B4991F073B0F589:838F68C5E0A96D41]: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([7B4991F073B0F589:3B66E642E8C7A68C]: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 17824 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.789 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=7B4991F073B0F589 -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=7B4991F073B0F589 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - 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=7B4991F073B0F589 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - 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=7B4991F073B0F589 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ConfigSetsAPITest.testSharedSchema (: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=7B4991F073B0F589 -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:
R

[...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 # 2341 - Still Failing!

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

3 tests failed.
FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete

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

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([AC34624E8BCE943F:5F7A36F3D222BD85]: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:<1701507695200174080>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701507695200174080>
	at __randomizedtesting.SeedInfo.seed([AC34624E8BCE943F:54F29B7B18D70CF7]: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([AC34624E8BCE943F:EC1B15FC10B9C73A]: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 16714 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.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=AC34624E8BCE943F -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=AC34624E8BCE943F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionDelete (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/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=AC34624E8BCE943F -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: 

[...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 # 2340 - Still Failing!

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

6 tests failed.
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([73F6DE4199DF9F84:8A4E72683CB03FC]: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.common.util.SolrInternalHttpClient@28d57756
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@28d57756
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.client.solrj.impl.Http2SolrClient@5b133441
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5b133441
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@74b1e816
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@74b1e816
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@28d57756
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@28d57756
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.client.solrj.impl.Http2SolrClient@5b133441
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5b133441
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@74b1e816
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@74b1e816
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@28d57756
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@28d57756
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.client.solrj.impl.Http2SolrClient@5b133441
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5b133441
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@74b1e816
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@74b1e816
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@28d57756
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@28d57756
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.client.solrj.impl.Http2SolrClient@5b133441
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5b133441
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@74b1e816
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@74b1e816
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([73F6DE4199DF9F84]: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: 68 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=3918, 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)
   2) Thread[id=4348, name=SOLR-TGRP-TestConfigSetsAPI-3719, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3937, 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)
   4) Thread[id=4337, name=SOLR-TGRP-TestConfigSetsAPI-3708, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4353, name=SOLR-TGRP-TestConfigSetsAPI-3723, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4343, name=SOLR-TGRP-TestConfigSetsAPI-3714, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4303, name=SOLR-TGRP-TestConfigSetsAPI-3680, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3981, name=SOLR-TGRP-TestConfigSetsAPI-3497, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4139, 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)
  10) Thread[id=4068, name=SOLR-TGRP-TestConfigSetsAPI-3543, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3968, name=SOLR-TGRP-TestConfigSetsAPI-3486, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3946, 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)
  13) Thread[id=3949, 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.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$718/0x00000001009c5040.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)
  14) Thread[id=3956, name=SOLR-TGRP-TestConfigSetsAPI-3474, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        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)
  15) Thread[id=4339, 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)
  16) Thread[id=3984, 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)
  17) Thread[id=3915, 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)
  18) Thread[id=4167, name=SOLR-TGRP-TestConfigSetsAPI-3604, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3982, name=SOLR-TGRP-TestConfigSetsAPI-3498, 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=3947, 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)
  21) Thread[id=3957, 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)
  22) Thread[id=4352, name=SOLR-TGRP-TestConfigSetsAPI-3724, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4166, name=SOLR-TGRP-TestConfigSetsAPI-3603, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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-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)
  25) Thread[id=3954, 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)
  26) Thread[id=3989, name=SOLR-TGRP-TestConfigSetsAPI-3505, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4346, 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)
  28) Thread[id=4137, 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)
  29) Thread[id=4345, name=SOLR-TGRP-TestConfigSetsAPI-3716, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3913, 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)
  31) Thread[id=3917, name=SOLR-TGRP-TestConfigSetsAPI-3442, 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=4335, 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)
  33) Thread[id=4334, name=SOLR-TGRP-TestConfigSetsAPI-3705, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3992, 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)
  35) Thread[id=4329, 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)
  36) Thread[id=4340, 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)
  37) Thread[id=4258, 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)
  38) Thread[id=3964, name=SOLR-TGRP-TestConfigSetsAPI-3482, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4111, 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)
  40) Thread[id=4355, name=SOLR-TGRP-TestConfigSetsAPI-3726, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3952, name=SOLR-TGRP-TestConfigSetsAPI-3470, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        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=4356, name=SOLR-TGRP-TestConfigSetsAPI-3727, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3988, name=SOLR-TGRP-TestConfigSetsAPI-3504, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4130, 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=3920, 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)
  46) Thread[id=3941, 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)
  47) Thread[id=4342, name=SOLR-TGRP-TestConfigSetsAPI-3713, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4347, 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)
  49) Thread[id=3943, 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.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4132, 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)
  51) Thread[id=3998, name=SOLR-TGRP-TestConfigSetsAPI-3509, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=3948, 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)
  53) Thread[id=3939, 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)
  54) Thread[id=3938, name=SOLR-TGRP-TestConfigSetsAPI-3456, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4140, 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)
  56) Thread[id=4354, name=SOLR-TGRP-TestConfigSetsAPI-3725, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.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=4136, 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=4362, 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)
  59) Thread[id=4336, 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)
  60) Thread[id=3916, name=SOLR-TGRP-TestConfigSetsAPI-3441, 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)
  61) Thread[id=3911, 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)
  62) Thread[id=4333, 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)
  63) Thread[id=3986, 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)
  64) Thread[id=3955, name=SOLR-TGRP-TestConfigSetsAPI-3473, state=TIMED_WAITING, group=TGRP-Tes

[...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 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 # 2339 - Still Failing!

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

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:37037_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33483_solr, 127.0.0.1:37037_solr, 127.0.0.1:41469_solr, 127.0.0.1:41697_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:37037_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33483_solr, 127.0.0.1:37037_solr, 127.0.0.1:41469_solr, 127.0.0.1:41697_solr]
	at __randomizedtesting.SeedInfo.seed([2B8EB869AD4BA8EE:5B6E3CD3290401E5]: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:<1701501051794882560>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701501051794882560>
	at __randomizedtesting.SeedInfo.seed([2B8EB869AD4BA8EE:D348415C3E523026]: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([2B8EB869AD4BA8EE:6BA1CFDB363CFBEB]: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 17367 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.726 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=2B8EB869AD4BA8EE -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=2B8EB869AD4BA8EE -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=2B8EB869AD4BA8EE -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 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 # 2338 - Still Failing!

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

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:<1701496917230354432>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701496917230354432>
	at __randomizedtesting.SeedInfo.seed([146A549858AA4B83:ECACADADCBB3D34B]: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([146A549858AA4B83:5445232AC3DD1886]: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 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 27.584 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=146A549858AA4B83 -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=146A549858AA4B83 -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 # 2337 - Still Failing!

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

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:<1701490936948719616>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701490936948719616>
	at __randomizedtesting.SeedInfo.seed([1B5D4E75557E8CAD:E39BB740C6671465]: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([1B5D4E75557E8CAD:5B7239C7CE09DFA8]: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 16488 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.311 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=1B5D4E75557E8CAD -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=1B5D4E75557E8CAD -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 for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

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

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

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/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' 
      /

[...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 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 # 2336 - Still Failing!

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

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:<1701479929414156288>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701479929414156288>
	at __randomizedtesting.SeedInfo.seed([B165FBEC3DCA2776:49A302D9AED3BFBE]: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([B165FBEC3DCA2776:F14A8C5EA6BD7473]: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 16540 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.743 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=B165FBEC3DCA2776 -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=B165FBEC3DCA2776 -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 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 # 2335 - Still Failing!

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

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:46393_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33153_solr, 127.0.0.1:41703_solr, 127.0.0.1:43803_solr, 127.0.0.1:46393_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:46393_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33153_solr, 127.0.0.1:41703_solr, 127.0.0.1:43803_solr, 127.0.0.1:46393_solr]
	at __randomizedtesting.SeedInfo.seed([298C5999D0E2F88E:596CDD2354AD5185]: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([298C5999D0E2F88E:69A32E2B4B95AB8B]: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 15911 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.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=298C5999D0E2F88E -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=298C5999D0E2F88E -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.
-----------
* 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 for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

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

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

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

30: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/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.
==============================================================================

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 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 # 2334 - Still Failing!

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

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:<1701460765797515264>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701460765797515264>
	at __randomizedtesting.SeedInfo.seed([C053C18BA54B655D:389538BE3652FD95]: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([C053C18BA54B655D:807CB6393E3C3658]: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 16269 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.703 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=C053C18BA54B655D -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=C053C18BA54B655D -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 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 # 2333 - Still Failing!

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

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:41409_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35039_solr, 127.0.0.1:40599_solr, 127.0.0.1:41409_solr, 127.0.0.1:45407_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:41409_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35039_solr, 127.0.0.1:40599_solr, 127.0.0.1:41409_solr, 127.0.0.1:45407_solr]
	at __randomizedtesting.SeedInfo.seed([44A69F9C0F0721FB:34461B268B4888F0]: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:<1701451106822914048>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701451106822914048>
	at __randomizedtesting.SeedInfo.seed([44A69F9C0F0721FB:BC6066A99C1EB933]: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([44A69F9C0F0721FB:489E82E947072FE]: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 17512 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.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=44A69F9C0F0721FB -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=44A69F9C0F0721FB -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=44A69F9C0F0721FB -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 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 # 2332 - Still Failing!

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

2 tests failed.
FAILED:  org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef

Error Message:
org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed

Stack Trace:
org.apache.lucene.store.AlreadyClosedException: ReaderPool is already closed
	at __randomizedtesting.SeedInfo.seed([6D4DDEC42B0BE525:84D0A9F65DC202D8]:0)
	at org.apache.lucene.index.ReaderPool.get(ReaderPool.java:367)
	at org.apache.lucene.index.IndexWriter.writeReaderPool(IndexWriter.java:3306)
	at org.apache.lucene.index.IndexWriter.getReader(IndexWriter.java:583)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:444)
	at org.apache.lucene.index.RandomIndexWriter.getReader(RandomIndexWriter.java:378)
	at org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef(TestIndexFileDeleter.java:461)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java: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.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([6D4DDEC42B0BE525:2D62A976B07CB620]: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 15003 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.374 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=6D4DDEC42B0BE525 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.lucene.index.TestIndexFileDeleter.testExcInDecRef (: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.TestIndexFileDeleter.txt
    Reproduce with: gradlew :lucene:core:test --tests "org.apache.lucene.index.TestIndexFileDeleter" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=6D4DDEC42B0BE525 -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/sr

[...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 # 2331 - Still Failing!

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

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:<1701436357244616704>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701436357244616704>
	at __randomizedtesting.SeedInfo.seed([667C6D15FB91F73A:9EBA942068886FF2]: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([667C6D15FB91F73A:26531AA760E6A43F]: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)


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:41755_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38739_solr, 127.0.0.1:40047_solr, 127.0.0.1:41755_solr, 127.0.0.1:43977_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:41755_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:38739_solr, 127.0.0.1:40047_solr, 127.0.0.1:41755_solr, 127.0.0.1:43977_solr]
	at __randomizedtesting.SeedInfo.seed([667C6D15FB91F73A:169CE9AF7FDE5E31]: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 17930 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.412 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=667C6D15FB91F73A -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=667C6D15FB91F73A -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=667C6D15FB91F73A -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 24m 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 # 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