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/25 19:30:12 UTC

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

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

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

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

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


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

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

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




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

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

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

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

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


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 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

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

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

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

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

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


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

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

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




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

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

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

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

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


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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




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

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

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

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

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

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


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 tests failed.
FAILED:  org.apache.solr.spelling.suggest.SuggesterTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@945f412
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@945f412
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

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

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

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

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

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@945f412
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@945f412
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

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

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

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

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

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@945f412
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@945f412
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

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

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

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

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

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.MMapDirectory@945f412
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.MMapDirectory@945f412
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

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

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

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

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

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


FAILED:  org.apache.solr.spelling.suggest.SuggesterTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 81 threads leaked from SUITE scope at org.apache.solr.spelling.suggest.SuggesterTest: 
   1) Thread[id=3195, name=SOLR-TGRP-SuggesterTest-2875, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=3234, name=SOLR-TGRP-SuggesterTest-2913, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=3191, name=SOLR-TGRP-SuggesterTest-2871, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=3240, name=SOLR-TGRP-SuggesterTest-2919, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=3241, name=SOLR-TGRP-SuggesterTest-2920, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3199, name=SOLR-TGRP-SuggesterTest-2879, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3256, name=SOLR-TGRP-SuggesterTest-2934, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3187, name=SOLR-TGRP-SuggesterTest-2867, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3232, name=SOLR-TGRP-SuggesterTest-2911, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=3169, name=SOLR-TGRP-SuggesterTest-2849, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=3215, name=SOLR-TGRP-SuggesterTest-2894, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=3229, name=SOLR-TGRP-SuggesterTest-2908, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3171, name=SOLR-TGRP-SuggesterTest-2851, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3252, name=SOLR-TGRP-SuggesterTest-2930, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3211, name=SOLR-TGRP-SuggesterTest-2890, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=3217, name=SOLR-TGRP-SuggesterTest-2896, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3203, name=SOLR-TGRP-SuggesterTest-2882, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=3254, name=SOLR-TGRP-SuggesterTest-2932, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=3255, name=SOLR-TGRP-SuggesterTest-2933, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=3192, name=SOLR-TGRP-SuggesterTest-2872, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=3172, name=SOLR-TGRP-SuggesterTest-2852, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=3201, name=SOLR-TGRP-SuggesterTest-2880, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=3202, name=SOLR-TGRP-SuggesterTest-2881, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3196, name=SOLR-TGRP-SuggesterTest-2876, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3194, name=SOLR-TGRP-SuggesterTest-2874, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3237, name=SOLR-TGRP-SuggesterTest-2916, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=3209, name=SOLR-TGRP-SuggesterTest-2888, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=3213, name=SOLR-TGRP-SuggesterTest-2892, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3225, name=SOLR-TGRP-SuggesterTest-2904, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=3207, name=SOLR-TGRP-SuggesterTest-2886, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=3226, name=SOLR-TGRP-SuggesterTest-2905, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=3236, name=SOLR-TGRP-SuggesterTest-2915, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=3251, name=SOLR-TGRP-SuggesterTest-2929, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=3176, name=SOLR-TGRP-SuggesterTest-2856, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3223, name=SOLR-TGRP-SuggesterTest-2902, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3173, name=SOLR-TGRP-SuggesterTest-2853, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=3175, name=SOLR-TGRP-SuggesterTest-2855, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=3233, name=SOLR-TGRP-SuggesterTest-2912, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=3193, name=SOLR-TGRP-SuggesterTest-2873, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3167, name=SOLR-TGRP-SuggesterTest-2847, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3177, name=SOLR-TGRP-SuggesterTest-2857, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=3238, name=SOLR-TGRP-SuggesterTest-2917, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3243, name=SOLR-TGRP-SuggesterTest-2922, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=3190, name=SOLR-TGRP-SuggesterTest-2870, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=3227, name=SOLR-TGRP-SuggesterTest-2906, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=3235, name=SOLR-TGRP-SuggesterTest-2914, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3253, name=SOLR-TGRP-SuggesterTest-2931, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=3206, name=SOLR-TGRP-SuggesterTest-2885, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=3220, name=SOLR-TGRP-SuggesterTest-2899, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3219, name=SOLR-TGRP-SuggesterTest-2898, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3244, name=SOLR-TGRP-SuggesterTest-2923, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3174, name=SOLR-TGRP-SuggesterTest-2854, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=3188, name=SOLR-TGRP-SuggesterTest-2868, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=3198, name=SOLR-TGRP-SuggesterTest-2878, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=3210, name=SOLR-TGRP-SuggesterTest-2889, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=3197, name=SOLR-TGRP-SuggesterTest-2877, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=3168, name=SOLR-TGRP-SuggesterTest-2848, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=3189, name=SOLR-TGRP-SuggesterTest-2869, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=3214, name=SOLR-TGRP-SuggesterTest-2893, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=3212, name=SOLR-TGRP-SuggesterTest-2891, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=3242, name=SOLR-TGRP-SuggesterTest-2921, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=3222, name=SOLR-TGRP-SuggesterTest-2901, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=3216, name=SOLR-TGRP-SuggesterTest-2895, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=3208, name=SOLR-TGRP-SuggesterTest-2887, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=3228, name=SOLR-TGRP-SuggesterTest-2907, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=3204, name=SOLR-TGRP-SuggesterTest-2883, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=3245, name=SOLR-TGRP-SuggesterTest-2924, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=3239, name=SOLR-TGRP-SuggesterTest-2918, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=3257, name=SOLR-TGRP-SuggesterTest-2935, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=3170, name=SOLR-TGRP-SuggesterTest-2850, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  71) Thread[id=3221, name=SOLR-TGRP-SuggesterTest-2900, state=TIMED_WAITING, group=TGRP-SuggesterTest]
        at java.base@11.0.9/jdk.int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


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

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

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




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

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

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

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

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

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


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

4 tests failed.
FAILED:  org.apache.solr.core.TestNRTOpen.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@617b420
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@617b420
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

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

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@617b420
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@617b420
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

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

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@617b420
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@617b420
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

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

 expected null, but was:<ObjectTracker found 2 object(s) that were not released!!! [String, String]
org.apache.lucene.store.ByteBuffersDirectory@617b420
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@617b420
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

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

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


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

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 73 threads leaked from SUITE scope at org.apache.solr.core.TestNRTOpen: 
   1) Thread[id=4221, name=SOLR-TGRP-TestNRTOpen-3765, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4197, name=SOLR-TGRP-TestNRTOpen-3742, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4215, name=SOLR-TGRP-TestNRTOpen-3760, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4226, name=SOLR-TGRP-TestNRTOpen-3770, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4264, name=SOLR-TGRP-TestNRTOpen-3805, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4192, name=SOLR-TGRP-TestNRTOpen-3737, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4196, name=SOLR-TGRP-TestNRTOpen-3741, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4227, name=SOLR-TGRP-TestNRTOpen-3771, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4266, name=SOLR-TGRP-TestNRTOpen-3809, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4209, name=SOLR-TGRP-TestNRTOpen-3754, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4225, name=SOLR-TGRP-TestNRTOpen-3769, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4208, name=SOLR-TGRP-TestNRTOpen-3753, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=4229, name=SOLR-TGRP-TestNRTOpen-3773, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=4249, name=SOLR-TGRP-TestNRTOpen-3792, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=4248, name=SOLR-TGRP-TestNRTOpen-3791, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=4195, name=SOLR-TGRP-TestNRTOpen-3740, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=4224, name=SOLR-TGRP-TestNRTOpen-3768, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4252, name=SOLR-TGRP-TestNRTOpen-3794, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=4239, name=SOLR-TGRP-TestNRTOpen-3783, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4250, name=SOLR-TGRP-TestNRTOpen-3793, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=4199, name=SOLR-TGRP-TestNRTOpen-3744, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=4200, name=SOLR-TGRP-TestNRTOpen-3745, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4242, name=SOLR-TGRP-TestNRTOpen-3786, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=4213, name=SOLR-TGRP-TestNRTOpen-3758, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=4211, name=SOLR-TGRP-TestNRTOpen-3756, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=4234, name=SOLR-TGRP-TestNRTOpen-3778, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=4263, name=SOLR-TGRP-TestNRTOpen-3804, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4259, name=SOLR-TGRP-TestNRTOpen-3801, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=4212, name=SOLR-TGRP-TestNRTOpen-3757, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=4223, name=SOLR-TGRP-TestNRTOpen-3767, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4194, name=SOLR-TGRP-TestNRTOpen-3739, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4258, name=SOLR-TGRP-TestNRTOpen-3800, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4235, name=SOLR-TGRP-TestNRTOpen-3779, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=4219, name=SOLR-TGRP-TestNRTOpen-3763, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4206, name=SOLR-TGRP-TestNRTOpen-3751, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=4268, name=SOLR-TGRP-TestNRTOpen-3809, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4230, name=SOLR-TGRP-TestNRTOpen-3774, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4198, name=SOLR-TGRP-TestNRTOpen-3743, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4255, name=SOLR-TGRP-TestNRTOpen-3798, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=4231, name=SOLR-TGRP-TestNRTOpen-3775, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=4193, name=SOLR-TGRP-TestNRTOpen-3738, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4236, name=SOLR-TGRP-TestNRTOpen-3780, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4256, name=SOLR-TGRP-TestNRTOpen-3799, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4262, name=SOLR-TGRP-TestNRTOpen-3802, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=4267, name=SOLR-TGRP-TestNRTOpen-3807, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4247, name=SOLR-TGRP-TestNRTOpen-3790, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=4261, name=SOLR-TGRP-TestNRTOpen-3803, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4265, name=SOLR-TGRP-TestNRTOpen-3806, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4254, name=SOLR-TGRP-TestNRTOpen-3797, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=4204, name=SOLR-TGRP-TestNRTOpen-3749, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4214, name=SOLR-TGRP-TestNRTOpen-3759, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=4202, name=SOLR-TGRP-TestNRTOpen-3747, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4205, name=SOLR-TGRP-TestNRTOpen-3750, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4241, name=SOLR-TGRP-TestNRTOpen-3785, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4251, name=SOLR-TGRP-TestNRTOpen-3795, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4233, name=SOLR-TGRP-TestNRTOpen-3777, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4238, name=SOLR-TGRP-TestNRTOpen-3782, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4207, name=SOLR-TGRP-TestNRTOpen-3752, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4228, name=SOLR-TGRP-TestNRTOpen-3772, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=4253, name=SOLR-TGRP-TestNRTOpen-3796, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=4201, name=SOLR-TGRP-TestNRTOpen-3746, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=4232, name=SOLR-TGRP-TestNRTOpen-3776, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=4245, name=SOLR-TGRP-TestNRTOpen-3789, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=4243, name=SOLR-TGRP-TestNRTOpen-3787, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=4244, name=SOLR-TGRP-TestNRTOpen-3788, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=4220, name=SOLR-TGRP-TestNRTOpen-3764, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=4217, name=SOLR-TGRP-TestNRTOpen-3761, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=4210, name=SOLR-TGRP-TestNRTOpen-3755, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=4203, name=SOLR-TGRP-TestNRTOpen-3748, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=4237, name=SOLR-TGRP-TestNRTOpen-3781, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  71) Thread[id=4240, name=SOLR-TGRP-TestNRTOpen-3784, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  72) Thread[id=4218, name=SOLR-TGRP-TestNRTOpen-3762, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  73) Thread[id=4222, name=SOLR-TGRP-TestNRTOpen-3766, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 73 threads leaked from SUITE scope at org.apache.solr.core.TestNRTOpen: 
   1) Thread[id=4221, name=SOLR-TGRP-TestNRTOpen-3765, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4197, name=SOLR-TGRP-TestNRTOpen-3742, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4215, name=SOLR-TGRP-TestNRTOpen-3760, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4226, name=SOLR-TGRP-TestNRTOpen-3770, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4264, name=SOLR-TGRP-TestNRTOpen-3805, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4192, name=SOLR-TGRP-TestNRTOpen-3737, state=TIMED_WAITING, group=TGRP-TestNRTOpen]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.Synch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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




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

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

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

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

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


FAILURE: Build completed with 50 failures.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

6 tests failed.
FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: ConfigSet does not exist got: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([B9E8BE38F1A87FA:27C54CE0A6C86EE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:650)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


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

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@3d06caa4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@3d06caa4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@10af0997
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@10af0997
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@466d8c15
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@466d8c15
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@3d06caa4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@3d06caa4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@10af0997
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@10af0997
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@466d8c15
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@466d8c15
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@3d06caa4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@3d06caa4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@10af0997
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@10af0997
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@466d8c15
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@466d8c15
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@3d06caa4
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@3d06caa4
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.common.util.SolrQueuedThreadPool@10af0997
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@10af0997
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

org.apache.solr.client.solrj.impl.Http2SolrClient@466d8c15
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@466d8c15
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

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


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

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 62 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=5341, name=SOLR-TGRP-TestConfigSetsAPI-4789, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4961, name=SOLR-TGRP-TestConfigSetsAPI-4556, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4954, name=SOLR-TGRP-TestConfigSetsAPI-4549, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=5350, name=SOLR-TGRP-TestConfigSetsAPI-4798, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4923, name=SOLR-TGRP-TestConfigSetsAPI-4525, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=4986, name=SOLR-TGRP-TestConfigSetsAPI-4579, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=4956, name=SOLR-TGRP-TestConfigSetsAPI-4551, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=4969, name=SOLR-TGRP-TestConfigSetsAPI-4564, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=4951, name=SOLR-TGRP-TestConfigSetsAPI-4546, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=5295, name=SOLR-TGRP-TestConfigSetsAPI-4763, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=4950, name=SOLR-TGRP-TestConfigSetsAPI-4545, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=4994, name=SOLR-TGRP-TestConfigSetsAPI-4585, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=5348, name=SOLR-TGRP-TestConfigSetsAPI-4796, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=5119, name=SOLR-TGRP-TestConfigSetsAPI-4653, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=5342, name=SOLR-TGRP-TestConfigSetsAPI-4790, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=5339, name=http2client-scheduler-1, state=WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  17) Thread[id=4988, name=SOLR-TGRP-TestConfigSetsAPI-4581, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4982, name=SOLR-TGRP-TestConfigSetsAPI-4577, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=5347, name=SOLR-TGRP-TestConfigSetsAPI-4794, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4958, name=SOLR-TGRP-TestConfigSetsAPI-4553, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=5003, name=SOLR-TGRP-TestConfigSetsAPI-4594, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=5302, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  23) Thread[id=4993, name=SOLR-TGRP-TestConfigSetsAPI-4584, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=5288, name=SOLR-TGRP-TestConfigSetsAPI-4756, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=4998, name=SOLR-TGRP-TestConfigSetsAPI-4589, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=5343, name=SOLR-TGRP-TestConfigSetsAPI-4791, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=5375, name=SOLR-TGRP-TestConfigSetsAPI-4807, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=5296, name=SOLR-TGRP-TestConfigSetsAPI-4764, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=5345, name=SOLR-TGRP-TestConfigSetsAPI-4793, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=5346, name=SOLR-TGRP-TestConfigSetsAPI-4795, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=4949, name=SOLR-TGRP-TestConfigSetsAPI-4544, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=4957, name=SOLR-TGRP-TestConfigSetsAPI-4552, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=4946, name=SOLR-TGRP-TestConfigSetsAPI-4541, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=5285, name=SOLR-TGRP-TestConfigSetsAPI-4753, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=4948, name=SOLR-TGRP-TestConfigSetsAPI-4543, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=5291, name=SOLR-TGRP-TestConfigSetsAPI-4759, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4981, name=SOLR-TGRP-TestConfigSetsAPI-4576, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=5356, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  39) Thread[id=5349, name=SOLR-TGRP-TestConfigSetsAPI-4797, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=5292, name=SOLR-TGRP-TestConfigSetsAPI-4760, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=5277, name=SOLR-TGRP-TestConfigSetsAPI-4745, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x000000010054e440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=4926, name=SOLR-TGRP-TestConfigSetsAPI-4528, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=4945, name=SOLR-TGRP-TestConfigSetsAPI-4540, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=5209, name=SOLR-TGRP-TestConfigSetsAPI-4703, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=4997, name=SOLR-TGRP-TestConfigSetsAPI-4588, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=4917, name=SOLR-TGRP-TestConfigSetsAPI-4519, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=5028, name=SOLR-TGRP-TestConfigSetsAPI-4603, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=4955, name=SOLR-TGRP-TestConfigSetsAPI-4550, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=5396, name=SOLR-TGRP-TestConfigSetsAPI-4824, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=5254, name=SOLR-TGRP-TestConfigSetsAPI-4728, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=4980, name=SOLR-TGRP-TestConfigSetsAPI-4575, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=4927, name=SOLR-TGRP-TestConfigSetsAPI-4529, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4920, name=SOLR-TGRP-TestConfigSetsAPI-4522, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x000000010054e440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4921, name=SOLR-TGRP-TestConfigSetsAPI-4523, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4995, name=SOLR-TGRP-TestConfigSetsAPI-4586, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4922, name=SOLR-TGRP-TestConfigSetsAPI-4524, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$802/0x0000000100a27840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4989, name=SOLR-TGRP-TestConfigSetsAPI-4582, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4918, name=SOLR-TGRP-TestConfigSetsAPI-4520, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x000000010054e440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4985, name=SOLR-TGRP-TestConfigSetsAPI-4578, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$235/0x000000010054e440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=5344, name=SOLR-TGRP-TestConfigSetsAPI-4792, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=5397, name=SOLR-TGRP-TestConfigSetsAPI-4825, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 62 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=5341, name=SOLR-TGRP-TestConfigSetsAPI-4789, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=4961, name=SOLR-TGRP-TestConfigSetsAPI-4556, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37475_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36965_solr, 127.0.0.1:37475_solr, 127.0.0.1:44499_solr, 127.0.0.1:46595_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37475_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36965_solr, 127.0.0.1:37475_solr, 127.0.0.1:44499_solr, 127.0.0.1:46595_solr]
	at __randomizedtesting.SeedInfo.seed([4E2D7D9450F5A41:74025363C140F34A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([4E2D7D9450F5A41:44CDA06BDE780944]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17052 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 33.608 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E2D7D9450F5A41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E2D7D9450F5A41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4E2D7D9450F5A41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf tr

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 3s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2309 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2309/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39253_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36523_solr, 127.0.0.1:37303_solr, 127.0.0.1:37975_solr, 127.0.0.1:39253_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39253_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36523_solr, 127.0.0.1:37303_solr, 127.0.0.1:37975_solr, 127.0.0.1:39253_solr]
	at __randomizedtesting.SeedInfo.seed([8853E749C7B7F464:F8B363F343F85D6F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701259296370589696>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701259296370589696>
	at __randomizedtesting.SeedInfo.seed([8853E749C7B7F464:70951E7C54AE6CAC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8853E749C7B7F464:C87C90FB5CC0A761]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18448 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.842 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8853E749C7B7F464 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8853E749C7B7F464 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8853E749C7B7F464 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2308 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2308/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42763_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35091_solr, 127.0.0.1:36449_solr, 127.0.0.1:38637_solr, 127.0.0.1:42763_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42763_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35091_solr, 127.0.0.1:36449_solr, 127.0.0.1:38637_solr, 127.0.0.1:42763_solr]
	at __randomizedtesting.SeedInfo.seed([90E5E21C704226EF:E00566A6F40D8FE4]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701253516964659200>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701253516964659200>
	at __randomizedtesting.SeedInfo.seed([90E5E21C704226EF:68231B29E35BBE27]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([90E5E21C704226EF:D0CA95AEEB3575EA]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17859 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.018 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=90E5E21C704226EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=90E5E21C704226EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=90E5E21C704226EF -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/Jetty

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 59s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2307 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2307/

3 tests failed.
FAILED:  org.apache.solr.core.ExitableDirectoryReaderTest.testQueryResults

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([93AC323AEC0D4CDC:CE250A434E061297]:0)
	at org.apache.solr.core.ExitableDirectoryReaderTest.testQueryResults(ExitableDirectoryReaderTest.java:143)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.ExitableDirectoryReaderTest.testCacheAssumptions

Error Message:
java.lang.NullPointerException

Stack Trace:
java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([93AC323AEC0D4CDC:E4D18D1D82F801FE]:0)
	at org.apache.solr.core.ExitableDirectoryReaderTest.testCacheAssumptions(ExitableDirectoryReaderTest.java:104)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([93AC323AEC0D4CDC:D3834588777A1FD9]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15184 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.938 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=93AC323AEC0D4CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.core.ExitableDirectoryReaderTest.testQueryResults (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.ExitableDirectoryReaderTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.ExitableDirectoryReaderTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=93AC323AEC0D4CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.core.ExitableDirectoryReaderTest.testCacheAssumptions (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.ExitableDirectoryReaderTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.ExitableDirectoryReaderTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=93AC323AEC0D4CDC -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspac

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 26s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2306 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2306/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:44179_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36115_solr, 127.0.0.1:40761_solr, 127.0.0.1:41115_solr, 127.0.0.1:44179_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:44179_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36115_solr, 127.0.0.1:40761_solr, 127.0.0.1:41115_solr, 127.0.0.1:44179_solr]
	at __randomizedtesting.SeedInfo.seed([526F4D35879B756E:228FC98F03D4DC65]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxUpdate

Error Message:
java.lang.AssertionError: numDocs should not be null after waiting

Stack Trace:
java.lang.AssertionError: numDocs should not be null after waiting
	at __randomizedtesting.SeedInfo.seed([526F4D35879B756E:44087F5F174DDEC5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.junit.Assert.assertNotNull(Assert.java:713)
	at org.apache.solr.core.TestJmxIntegration.testJmxUpdate(TestJmxIntegration.java:217)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([526F4D35879B756E:12403A871CEC266B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16204 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.564 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=526F4D35879B756E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxUpdate (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=526F4D35879B756E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=526F4D35879B756E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Paramet

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 21s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2305 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2305/

4 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testNonRetryableRequests

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at http://127.0.0.1:46511/solr: Underlying core creation failed while creating collection: foo
{failure={127.0.0.1:46511_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'foo_s1_r_n1': Unable to create core [foo_s1_r_n1] Caused by: null}, success={127.0.0.1:37853_solr={responseHeader={status=0, QTime=94}, core=foo_s1_r_n2}, 127.0.0.1:43143_solr={responseHeader={status=0, QTime=190}, core=foo_s1_r_n3}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at http://127.0.0.1:46511/solr: Underlying core creation failed while creating collection: foo
{failure={127.0.0.1:46511_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'foo_s1_r_n1': Unable to create core [foo_s1_r_n1] Caused by: null}, success={127.0.0.1:37853_solr={responseHeader={status=0, QTime=94}, core=foo_s1_r_n2}, 127.0.0.1:43143_solr={responseHeader={status=0, QTime=190}, core=foo_s1_r_n3}}}
	at __randomizedtesting.SeedInfo.seed([DAC5896F6AA733C3:722B4EFC94EE47CF]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:659)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:274)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testNonRetryableRequests(CloudHttp2SolrClientTest.java:570)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DAC5896F6AA733C3:7ADFC234CED778CF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701233338868563968>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701233338868563968>
	at __randomizedtesting.SeedInfo.seed([DAC5896F6AA733C3:2203705AF9BEAB0B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DAC5896F6AA733C3:9AEAFEDDF1D060C6]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16687 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.483 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DAC5896F6AA733C3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testNonRetryableRequests (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DAC5896F6AA733C3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DAC5896F6AA733C3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DAC5896F6AA733C3 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refi

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 32s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2304 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2304/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8799EFFD21F49B2F:2783A4A68584D023]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701228339609468928>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701228339609468928>
	at __randomizedtesting.SeedInfo.seed([8799EFFD21F49B2F:7F5F16C8B2ED03E7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8799EFFD21F49B2F:C7B6984FBA83C82A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16796 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.582 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8799EFFD21F49B2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8799EFFD21F49B2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8799EFFD21F49B2F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 51s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2303 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2303/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36609_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34631_solr, 127.0.0.1:36609_solr, 127.0.0.1:37755_solr, 127.0.0.1:41429_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36609_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34631_solr, 127.0.0.1:36609_solr, 127.0.0.1:37755_solr, 127.0.0.1:41429_solr]
	at __randomizedtesting.SeedInfo.seed([E6C663F7A1613B8F:9626E74D252E9284]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701223094686842880>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701223094686842880>
	at __randomizedtesting.SeedInfo.seed([E6C663F7A1613B8F:1E009AC23278A347]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([E6C663F7A1613B8F:A6E914453A16688A]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17297 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.267 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E6C663F7A1613B8F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E6C663F7A1613B8F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=E6C663F7A1613B8F -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRu

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 3s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2302 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2302/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701217980826779648>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701217980826779648>
	at __randomizedtesting.SeedInfo.seed([CA2151ACD263986C:32E7A899417A00A4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CA2151ACD263986C:8A0E261E4914CB69]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16451 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.402 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CA2151ACD263986C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CA2151ACD263986C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 21s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2301 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2301/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38091_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35831_solr, 127.0.0.1:38091_solr, 127.0.0.1:41057_solr, 127.0.0.1:43479_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38091_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35831_solr, 127.0.0.1:38091_solr, 127.0.0.1:41057_solr, 127.0.0.1:43479_solr]
	at __randomizedtesting.SeedInfo.seed([51FBA821319C49BD:211B2C9BB5D3E0B6]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([51FBA821319C49BD:11D4DF93AAEB1AB8]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16071 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.329 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=51FBA821319C49BD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=51FBA821319C49BD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/so

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 43s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2300 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2300/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:41165_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34477_solr, 127.0.0.1:38529_solr, 127.0.0.1:39855_solr, 127.0.0.1:41165_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:41165_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34477_solr, 127.0.0.1:38529_solr, 127.0.0.1:39855_solr, 127.0.0.1:41165_solr]
	at __randomizedtesting.SeedInfo.seed([F11EDFC9D09EC41:7FF169461946454A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701200517616631808>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701200517616631808>
	at __randomizedtesting.SeedInfo.seed([F11EDFC9D09EC41:F7D714C90E107489]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([F11EDFC9D09EC41:4F3E9A4E067EBF44]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17449 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.028 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F11EDFC9D09EC41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F11EDFC9D09EC41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=F11EDFC9D09EC41 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.j

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2299 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2299/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701189653768437760>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701189653768437760>
	at __randomizedtesting.SeedInfo.seed([3F878FC398FCEC28:C74176F60BE574E0]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3F878FC398FCEC28:7FA8F871038BBF2D]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16638 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.579 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3F878FC398FCEC28 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3F878FC398FCEC28 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging 

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 2s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2298 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2298/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:45223_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34001_solr, 127.0.0.1:34311_solr, 127.0.0.1:44075_solr, 127.0.0.1:45223_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:45223_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34001_solr, 127.0.0.1:34311_solr, 127.0.0.1:44075_solr, 127.0.0.1:45223_solr]
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97:B7DD7D329E7CA79C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.handler.admin.MetricsHistoryHandlerTest.classMethod

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.handler.admin.MetricsHistoryHandlerTest.beforeClass(MetricsHistoryHandlerTest.java:94)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 30 more


FAILED:  org.apache.solr.handler.admin.MetricsHistoryHandlerTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.admin.MetricsHistoryHandlerTest: 
   1) Thread[id=8426, name=overseerZkWriterExecutor-TGRP-MetricsHistoryHandlerTest-7586, state=TIMED_WAITING, group=TGRP-MetricsHistoryHandlerTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$813/0x0000000100a51840.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.admin.MetricsHistoryHandlerTest: 
   1) Thread[id=8426, name=overseerZkWriterExecutor-TGRP-MetricsHistoryHandlerTest-7586, state=TIMED_WAITING, group=TGRP-MetricsHistoryHandlerTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$813/0x0000000100a51840.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97]:0)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97:6727B2D3BE43459B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C73DF9881A330E97:87128E3A81445D92]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16889 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.182 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.handler.admin.MetricsHistoryHandlerTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.admin.MetricsHistoryHandlerTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.admin.MetricsHistoryHandlerTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.handler.admin.MetricsHistoryHandlerTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.admin.MetricsHistoryHandlerTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.admin.MetricsHistoryHandlerTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C73DF9881A330E97 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksu

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 45s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2297 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2297/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([70E2F4E8F728BB91:D0F8BFB35358F09D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([70E2F4E8F728BB91:30CD835A6C5FE894]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15456 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.965 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70E2F4E8F728BB91 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=70E2F4E8F728BB91 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 25m 22s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2296 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2296/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41845_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35037_solr, 127.0.0.1:37213_solr, 127.0.0.1:39459_solr, 127.0.0.1:41845_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41845_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35037_solr, 127.0.0.1:37213_solr, 127.0.0.1:39459_solr, 127.0.0.1:41845_solr]
	at __randomizedtesting.SeedInfo.seed([201B2846F657E60B:50FBACFC72184F00]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([201B2846F657E60B:8001631D5227AD07]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701166083621257216>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701166083621257216>
	at __randomizedtesting.SeedInfo.seed([201B2846F657E60B:D8DDD173654E7EC3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([201B2846F657E60B:60345FF46D20B50E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17809 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.285 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=201B2846F657E60B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=201B2846F657E60B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=201B2846F657E60B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=201B2846F657E60B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 27s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2295 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2295/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37443_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35665_solr, 127.0.0.1:37443_solr, 127.0.0.1:37753_solr, 127.0.0.1:41839_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37443_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35665_solr, 127.0.0.1:37443_solr, 127.0.0.1:37753_solr, 127.0.0.1:41839_solr]
	at __randomizedtesting.SeedInfo.seed([83C76732EA43D45:78DCF2C9AAEB944E]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([83C76732EA43D45:A8263D288AD47649]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701158533288951808>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701158533288951808>
	at __randomizedtesting.SeedInfo.seed([83C76732EA43D45:F0FA8F46BDBDA58D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([83C76732EA43D45:481301C1B5D36E40]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18093 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.01 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83C76732EA43D45 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83C76732EA43D45 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83C76732EA43D45 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=83C76732EA43D45 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' f

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 55s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2294 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2294/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701148046489812992>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701148046489812992>
	at __randomizedtesting.SeedInfo.seed([7DE5C1861C3F28C2:852338B38F26B00A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([7DE5C1861C3F28C2:3DCAB63487487BC7]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16348 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.416 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7DE5C1861C3F28C2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=7DE5C1861C3F28C2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 54s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2293 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2293/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41405_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32953_solr, 127.0.0.1:36707_solr, 127.0.0.1:37133_solr, 127.0.0.1:41405_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:41405_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:32953_solr, 127.0.0.1:36707_solr, 127.0.0.1:37133_solr, 127.0.0.1:41405_solr]
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175:63EE347620C4E87E]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: optimize
{failure={127.0.0.1:38355_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'optimize_s2_r_n2': Unable to create core [optimize_s2_r_n2] Caused by: null}, success={127.0.0.1:39061_solr={responseHeader={status=0, QTime=352}, core=optimize_s1_r_n1}, 127.0.0.1:39151_solr={responseHeader={status=0, QTime=357}, core=optimize_s3_r_n3}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: optimize
{failure={127.0.0.1:38355_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'optimize_s2_r_n2': Unable to create core [optimize_s2_r_n2] Caused by: null}, success={127.0.0.1:39061_solr={responseHeader={status=0, QTime=352}, core=optimize_s1_r_n1}, 127.0.0.1:39151_solr={responseHeader={status=0, QTime=357}, core=optimize_s3_r_n3}}}
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.beforeDistributedQueryComponentOptimizationTest(DistributedQueryComponentOptimizationTest.java:68)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175:B314FB9700FB0A79]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701143121348263936>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701143121348263936>
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175:EBC849F93792D9BD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([130EB0CCA48B4175:5321C77E3FFC1270]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 19124 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.149 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.handler.component.DistributedQueryComponentOptimizationTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=130EB0CCA48B4175 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stac

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 25s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2292 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2292/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([781C981E15B5B484:D806D345B1C5FF88]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701137360771612672>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701137360771612672>
	at __randomizedtesting.SeedInfo.seed([781C981E15B5B484:80DA612B86AC2C4C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([781C981E15B5B484:3833EFAC8EC2E781]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16822 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.349 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=781C981E15B5B484 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=781C981E15B5B484 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=781C981E15B5B484 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 55s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2291 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2291/

2 tests failed.
FAILED:  org.apache.solr.cloud.CleanupOldIndexTest.test

Error Message:
java.util.concurrent.TimeoutException: 

Stack Trace:
java.util.concurrent.TimeoutException: 
	at __randomizedtesting.SeedInfo.seed([5D4168A79705BC38:D515577D39F9D1C0]:0)
	at org.apache.solr.common.util.TimeOut.waitFor(TimeOut.java:70)
	at org.apache.solr.cloud.CleanupOldIndexTest.test(CleanupOldIndexTest.java:133)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5D4168A79705BC38:1D6E1F150C72EF3D]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15345 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.516 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5D4168A79705BC38 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.CleanupOldIndexTest.test (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CleanupOldIndexTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CleanupOldIndexTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5D4168A79705BC38 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/s

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2290 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2290/

4 tests failed.
FAILED:  org.apache.solr.cloud.AddReplicaTest.testAddMultipleReplicas

Error Message:
java.util.concurrent.TimeoutException: Failed while waiting for active collection
Timeout waiting to see state for collection=testAddMultipleReplicas :live=[127.0.0.1:43165_solr, 127.0.0.1:43519_solr, 127.0.0.1:45929_solr]DocCollection(testAddMultipleReplicas::v=4 u={})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "testAddMultipleReplicas_s1_r_t3":{
          "node_name":"127.0.0.1:43165_solr",
          "id":"3",
          "state":"active",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n1":{
          "node_name":"127.0.0.1:45929_solr",
          "leader":"true",
          "id":"1",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n2":{
          "node_name":"127.0.0.1:43519_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p4":{
          "node_name":"127.0.0.1:45929_solr",
          "id":"4",
          "state":"active",
          "type":"PULL"},
        "testAddMultipleReplicas_s1_r_t8":{
          "id":"8",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n5":{
          "id":"5",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n6":{
          "id":"6",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n7":{
          "id":"7",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p9":{
          "id":"9",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "id":2} 
Shards:1 Replicas:9
Live Nodes: [127.0.0.1:43165_solr, 127.0.0.1:43519_solr, 127.0.0.1:45929_solr]
Last available state: DocCollection(testAddMultipleReplicas::v=4 u={})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "testAddMultipleReplicas_s1_r_t3":{
          "node_name":"127.0.0.1:43165_solr",
          "id":"3",
          "state":"active",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n1":{
          "node_name":"127.0.0.1:45929_solr",
          "leader":"true",
          "id":"1",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n2":{
          "node_name":"127.0.0.1:43519_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p4":{
          "node_name":"127.0.0.1:45929_solr",
          "id":"4",
          "state":"active",
          "type":"PULL"},
        "testAddMultipleReplicas_s1_r_t8":{
          "id":"8",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n5":{
          "id":"5",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n6":{
          "id":"6",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n7":{
          "id":"7",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p9":{
          "id":"9",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "id":2}

Stack Trace:
java.util.concurrent.TimeoutException: Failed while waiting for active collection
Timeout waiting to see state for collection=testAddMultipleReplicas :live=[127.0.0.1:43165_solr, 127.0.0.1:43519_solr, 127.0.0.1:45929_solr]DocCollection(testAddMultipleReplicas::v=4 u={})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "testAddMultipleReplicas_s1_r_t3":{
          "node_name":"127.0.0.1:43165_solr",
          "id":"3",
          "state":"active",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n1":{
          "node_name":"127.0.0.1:45929_solr",
          "leader":"true",
          "id":"1",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n2":{
          "node_name":"127.0.0.1:43519_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p4":{
          "node_name":"127.0.0.1:45929_solr",
          "id":"4",
          "state":"active",
          "type":"PULL"},
        "testAddMultipleReplicas_s1_r_t8":{
          "id":"8",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n5":{
          "id":"5",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n6":{
          "id":"6",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n7":{
          "id":"7",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p9":{
          "id":"9",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "id":2} 
Shards:1 Replicas:9
Live Nodes: [127.0.0.1:43165_solr, 127.0.0.1:43519_solr, 127.0.0.1:45929_solr]
Last available state: DocCollection(testAddMultipleReplicas::v=4 u={})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "testAddMultipleReplicas_s1_r_t3":{
          "node_name":"127.0.0.1:43165_solr",
          "id":"3",
          "state":"active",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n1":{
          "node_name":"127.0.0.1:45929_solr",
          "leader":"true",
          "id":"1",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n2":{
          "node_name":"127.0.0.1:43519_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p4":{
          "node_name":"127.0.0.1:45929_solr",
          "id":"4",
          "state":"active",
          "type":"PULL"},
        "testAddMultipleReplicas_s1_r_t8":{
          "id":"8",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"TLOG"},
        "testAddMultipleReplicas_s1_r_n5":{
          "id":"5",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n6":{
          "id":"6",
          "state":"down",
          "node_name":"127.0.0.1:43165_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_n7":{
          "id":"7",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"NRT"},
        "testAddMultipleReplicas_s1_r_p9":{
          "id":"9",
          "state":"down",
          "node_name":"127.0.0.1:45929_solr",
          "type":"PULL"}}}},
  "router":{"name":"compositeId"},
  "id":2}
	at __randomizedtesting.SeedInfo.seed([8CE4F863B852A2AE:6BB427B908A19AC0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.waitForActiveCollection(ZkStateReader.java:2301)
	at org.apache.solr.common.cloud.ZkStateReader.waitForActiveCollection(ZkStateReader.java:2277)
	at org.apache.solr.common.cloud.ZkStateReader.waitForActiveCollection(ZkStateReader.java:2272)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:878)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:874)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:891)
	at org.apache.solr.cloud.AddReplicaTest.testAddMultipleReplicas(AddReplicaTest.java:115)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8CE4F863B852A2AE:2CFEB3381C22E9A2]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701126004813070336>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701126004813070336>
	at __randomizedtesting.SeedInfo.seed([8CE4F863B852A2AE:742201562B4B3A66]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8CE4F863B852A2AE:CCCB8FD12325F1AB]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 21193 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.482 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8CE4F863B852A2AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8CE4F863B852A2AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8CE4F863B852A2AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.AddReplicaTest.testAddMultipleReplicas (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.AddReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.AddReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8CE4F863B852A2AE -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 10s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2289 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2289/

3 tests failed.
FAILED:  org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.testReadWriteCached

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: CollectionPropsTest2627995683501342
{failure={127.0.0.1:44119_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'CollectionPropsTest2627995683501342_s2_r_n3': Unable to create core [CollectionPropsTest2627995683501342_s2_r_n3] Caused by: null}, success={127.0.0.1:43673_solr={responseHeader={status=0, QTime=77}, core=CollectionPropsTest2627995683501342_s2_r_n4}, 127.0.0.1:44119_solr={responseHeader={status=0, QTime=90}, core=CollectionPropsTest2627995683501342_s1_r_n1}, 127.0.0.1:43673_solr={responseHeader={status=0, QTime=119}, core=CollectionPropsTest2627995683501342_s1_r_n2}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: CollectionPropsTest2627995683501342
{failure={127.0.0.1:44119_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'CollectionPropsTest2627995683501342_s2_r_n3': Unable to create core [CollectionPropsTest2627995683501342_s2_r_n3] Caused by: null}, success={127.0.0.1:43673_solr={responseHeader={status=0, QTime=77}, core=CollectionPropsTest2627995683501342_s2_r_n4}, 127.0.0.1:44119_solr={responseHeader={status=0, QTime=90}, core=CollectionPropsTest2627995683501342_s1_r_n1}, 127.0.0.1:43673_solr={responseHeader={status=0, QTime=119}, core=CollectionPropsTest2627995683501342_s1_r_n2}}}
	at __randomizedtesting.SeedInfo.seed([FE768EE3FB33CBFD:1831432D6905B70E]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.setUp(ZkCollectionPropsCachingTest.java:69)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:976)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701117665347633152>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701117665347633152>
	at __randomizedtesting.SeedInfo.seed([FE768EE3FB33CBFD:6B077D6682A5335]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([FE768EE3FB33CBFD:BE59F951604498F8]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16805 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.557 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FE768EE3FB33CBFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FE768EE3FB33CBFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.testReadWriteCached (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.overseer.ZkCollectionPropsCachingTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FE768EE3FB33CBFD -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258,

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 48s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2288 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2288/

4 tests failed.
FAILED:  org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCreateNodeSet

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: nodeset_collection
{failure={127.0.0.1:42875_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'nodeset_collection_s2_r_n2': Unable to create core [nodeset_collection_s2_r_n2] Caused by: null}, success={127.0.0.1:44939_solr={responseHeader={status=0, QTime=72}, core=nodeset_collection_s1_r_n1}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: nodeset_collection
{failure={127.0.0.1:42875_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'nodeset_collection_s2_r_n2': Unable to create core [nodeset_collection_s2_r_n2] Caused by: null}, success={127.0.0.1:44939_solr={responseHeader={status=0, QTime=72}, core=nodeset_collection_s1_r_n1}}}
	at __randomizedtesting.SeedInfo.seed([A175422327B122E4:FAD695C34E30066C]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCreateNodeSet(CollectionsAPIDistClusterPerZkTest.java:212)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.classMethod

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: techproducts
{failure={127.0.0.1:42035_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'techproducts_s1_r_n1': Unable to create core [techproducts_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: techproducts
{failure={127.0.0.1:42035_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'techproducts_s1_r_n1': Unable to create core [techproducts_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([A175422327B122E4]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.setupCluster(DirectJsonQueryRequestFacetingIntegrationTest.java:56)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701109708924911616>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701109708924911616>
	at __randomizedtesting.SeedInfo.seed([A175422327B122E4:59B3BB16B4A8BA2C]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A175422327B122E4:E15A3591BCC671E1]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18109 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.416 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A175422327B122E4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.classMethod (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.request.json.DirectJsonQueryRequestFacetingIntegrationTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A175422327B122E4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A175422327B122E4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.testCreateNodeSet (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.api.collections.CollectionsAPIDistClusterPerZkTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A175422327B122E4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkin

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 7s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2287 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2287/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701098343862632448>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701098343862632448>
	at __randomizedtesting.SeedInfo.seed([AAB35B77BBB0B723:5275A24228A92FEB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([AAB35B77BBB0B723:EA9C2CC520C7E426]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16457 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.72 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AAB35B77BBB0B723 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AAB35B77BBB0B723 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 33s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2286 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2286/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701087969770733568>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701087969770733568>
	at __randomizedtesting.SeedInfo.seed([2DC87C23E7F99492:D50E851674E00C5A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2DC87C23E7F99492:6DE70B917C8EC797]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16691 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.498 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2DC87C23E7F99492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2DC87C23E7F99492 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392,

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2285 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2285/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:35079_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35079_solr, 127.0.0.1:37515_solr, 127.0.0.1:42877_solr, 127.0.0.1:45453_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:35079_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35079_solr, 127.0.0.1:37515_solr, 127.0.0.1:42877_solr, 127.0.0.1:45453_solr]
	at __randomizedtesting.SeedInfo.seed([C409C8409D022814:B4E94CFA194D811F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=perSegFilter

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=perSegFilter
	at __randomizedtesting.SeedInfo.seed([C409C8409D022814:4AD8AC7AF0437071]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701081791424626688>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701081791424626688>
	at __randomizedtesting.SeedInfo.seed([C409C8409D022814:3CCF31750E1BB0DC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C409C8409D022814:8426BFF206757B11]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18793 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.471 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C409C8409D022814 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C409C8409D022814 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C409C8409D022814 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C409C8409D022814 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
=========================

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 51s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2284 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2284/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701076111554772992>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701076111554772992>
	at __randomizedtesting.SeedInfo.seed([B62618D8C4F96303:4EE0E1ED57E0FBCB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B62618D8C4F96303:F6096F6A5F8E3006]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16398 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.093 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B62618D8C4F96303 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B62618D8C4F96303 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 22m 31s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2283 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2283/

4 tests failed.
FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=filterCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=filterCache
	at __randomizedtesting.SeedInfo.seed([3A47AFA5EB3E82DB:B496CB9F867FDABE]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43907_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36959_solr, 127.0.0.1:43907_solr, 127.0.0.1:45581_solr, 127.0.0.1:45897_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43907_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:36959_solr, 127.0.0.1:43907_solr, 127.0.0.1:45581_solr, 127.0.0.1:45897_solr]
	at __randomizedtesting.SeedInfo.seed([3A47AFA5EB3E82DB:4AA72B1F6F712BD0]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([3A47AFA5EB3E82DB:9A5DE4FE4F4EC9D7]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([3A47AFA5EB3E82DB:7A68D8177049D1DE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18001 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.975 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A47AFA5EB3E82DB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A47AFA5EB3E82DB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A47AFA5EB3E82DB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=3A47AFA5EB3E82DB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2282 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2282/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42111_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35659_solr, 127.0.0.1:37895_solr, 127.0.0.1:42111_solr, 127.0.0.1:43799_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:42111_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35659_solr, 127.0.0.1:37895_solr, 127.0.0.1:42111_solr, 127.0.0.1:43799_solr]
	at __randomizedtesting.SeedInfo.seed([CF2280681466A967:BFC204D29029006C]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701058330851540992>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701058330851540992>
	at __randomizedtesting.SeedInfo.seed([CF2280681466A967:37E4795D877F31AF]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([CF2280681466A967:6F38CB33B016E26B]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([CF2280681466A967:8F0DF7DA8F11FA62]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17753 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.378 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CF2280681466A967 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CF2280681466A967 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CF2280681466A967 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=CF2280681466A967 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 20s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2281 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2281/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([978F91E96B8D629D:3795DAB2CFFD2991]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([978F91E96B8D629D:D7A0E65BF0FA3198]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15580 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.544 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=978F91E96B8D629D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=978F91E96B8D629D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 40s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2280 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2280/

5 tests failed.
FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors

Error Message:
java.lang.AssertionError: Expected exception message to contain: Requested delete of immutable ConfigSet got: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: Expected exception message to contain: Requested delete of immutable ConfigSet got: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([21B7A5FC4DA48DDA:28557AD1C8D28CCE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.TestConfigSetsAPI.verifyException(TestConfigSetsAPI.java:662)
	at org.apache.solr.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:654)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@655b6a9d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@655b6a9d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@55ba332d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@55ba332d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@7d1d7e0e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7d1d7e0e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@655b6a9d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@655b6a9d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@55ba332d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@55ba332d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@7d1d7e0e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7d1d7e0e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@655b6a9d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@655b6a9d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@55ba332d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@55ba332d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@7d1d7e0e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7d1d7e0e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

 expected null, but was:<ObjectTracker found 3 object(s) that were not released!!! [String, String, String]
org.apache.solr.common.util.SolrInternalHttpClient@655b6a9d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@655b6a9d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

org.apache.solr.client.solrj.impl.Http2SolrClient@55ba332d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@55ba332d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)
at o.a.s.cloud.TestConfigSetsAPI.testDeleteErrors(TestConfigSetsAPI.java:634)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

org.apache.solr.common.util.SolrQueuedThreadPool@7d1d7e0e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@7d1d7e0e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.SolrTestCaseJ4.getHttpSolrClient(SolrTestCaseJ4.java:2434)

>
	at __randomizedtesting.SeedInfo.seed([21B7A5FC4DA48DDA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.TestConfigSetsAPI.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 65 threads leaked from SUITE scope at org.apache.solr.cloud.TestConfigSetsAPI: 
   1) Thread[id=3933, name=SOLR-TGRP-TestConfigSetsAPI-3471, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=3914, name=SOLR-TGRP-TestConfigSetsAPI-3452, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=4356, name=SOLR-TGRP-TestConfigSetsAPI-3729, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=4230, name=SOLR-TGRP-TestConfigSetsAPI-3659, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=4238, name=SOLR-TGRP-TestConfigSetsAPI-3667, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=3886, name=SOLR-TGRP-TestConfigSetsAPI-3431, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=3888, name=SOLR-TGRP-TestConfigSetsAPI-3433, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=3907, name=SOLR-TGRP-TestConfigSetsAPI-3445, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=3927, name=SOLR-TGRP-TestConfigSetsAPI-3465, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=4239, name=SOLR-TGRP-TestConfigSetsAPI-3668, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=3889, name=SOLR-TGRP-TestConfigSetsAPI-3434, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=3974, name=SOLR-TGRP-TestConfigSetsAPI-3506, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=3926, name=SOLR-TGRP-TestConfigSetsAPI-3464, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=3985, name=SOLR-TGRP-TestConfigSetsAPI-3517, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=3982, name=SOLR-TGRP-TestConfigSetsAPI-3514, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=4115, name=SOLR-TGRP-TestConfigSetsAPI-3588, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=3931, name=SOLR-TGRP-TestConfigSetsAPI-3469, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=4227, name=http2client-scheduler-1, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@11.0.9/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base@11.0.9/java.lang.Thread.run(Thread.java:834)
  19) Thread[id=4232, name=SOLR-TGRP-TestConfigSetsAPI-3661, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=4291, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  21) Thread[id=4340, name=TEST-TestConfigSetsAPI.testUserAndTestDefaultConfigsetsAreSame-seed#[21B7A5FC4DA48DDA]-SendThread(127.0.0.1:46055), state=TERMINATED, group={null group}]
        at (empty stack)
  22) Thread[id=4310, name=SOLR-TGRP-TestConfigSetsAPI-3703, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=4234, name=SOLR-TGRP-TestConfigSetsAPI-3663, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=3997, name=SOLR-TGRP-TestConfigSetsAPI-3529, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=3913, name=SOLR-TGRP-TestConfigSetsAPI-3451, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=3967, name=SOLR-TGRP-TestConfigSetsAPI-3499, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=3915, name=SOLR-TGRP-TestConfigSetsAPI-3453, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$708/0x00000001009c5840.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=4235, name=SOLR-TGRP-TestConfigSetsAPI-3664, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=3976, name=SOLR-TGRP-TestConfigSetsAPI-3508, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=3971, name=SOLR-TGRP-TestConfigSetsAPI-3503, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=3882, name=SOLR-TGRP-TestConfigSetsAPI-3427, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=3968, name=SOLR-TGRP-TestConfigSetsAPI-3500, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=3981, name=SOLR-TGRP-TestConfigSetsAPI-3513, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=3955, name=SOLR-TGRP-TestConfigSetsAPI-3489, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
        at app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:382)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.idleJobPoll(SolrQueuedThreadPool.java:664)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:713)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=3922, name=SOLR-TGRP-TestConfigSetsAPI-3460, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=3996, name=SOLR-TGRP-TestConfigSetsAPI-3528, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=4240, name=SOLR-TGRP-TestConfigSetsAPI-3669, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=4233, name=SOLR-TGRP-TestConfigSetsAPI-3662, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=4355, name=SOLR-TGRP-TestConfigSetsAPI-3728, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=3995, name=SOLR-TGRP-TestConfigSetsAPI-3527, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=3934, name=SOLR-TGRP-TestConfigSetsAPI-3472, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=3928, name=SOLR-TGRP-TestConfigSetsAPI-3466, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=3920, name=SOLR-TGRP-TestConfigSetsAPI-3458, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=4336, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:157)
  45) Thread[id=3884, name=SOLR-TGRP-TestConfigSetsAPI-3429, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=3932, name=SOLR-TGRP-TestConfigSetsAPI-3470, state=RUNNABLE, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@11.0.9/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
        at java.base@11.0.9/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
        at app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:149)
        at app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:156)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:572)
        at app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:509)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:360)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:184)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
        at app//org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:135)
        at app//org.eclipse.jetty.io.ManagedSelector$$Lambda$228/0x0000000100507440.run(Unknown Source)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=3978, name=SOLR-TGRP-TestConfigSetsAPI-3510, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=3885, name=SOLR-TGRP-TestConfigSetsAPI-3430, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=4231, name=SOLR-TGRP-TestConfigSetsAPI-3660, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=3917, name=SOLR-TGRP-TestConfigSetsAPI-3455, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=3958, name=SOLR-TGRP-TestConfigSetsAPI-3491, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=3994, name=SOLR-TGRP-TestConfigSetsAPI-3526, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=4208, name=SOLR-TGRP-TestConfigSetsAPI-3641, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=4236, name=SOLR-TGRP-TestConfigSetsAPI-3665, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=4285, name=SOLR-TGRP-TestConfigSetsAPI-3694, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=4137, name=SOLR-TGRP-TestConfigSetsAPI-3606, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=4116, name=SOLR-TGRP-TestConfigSetsAPI-3589, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=4229, name=SOLR-TGRP-TestConfigSetsAPI-3658, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=4237, name=SOLR-TGRP-TestConfigSetsAPI-3666, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=3964, name=SOLR-TGRP-TestConfigSetsAPI-3496, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=3975, name=SOLR-TGRP-TestConfigSetsAPI-3507, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=3880, name=SOLR-TGRP-TestConfigSetsAPI-3425, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=3890, name=SOLR-TGRP-TestConfigSetsAPI-3435, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=3909, name=SOLR-TGRP-TestConfigSetsAPI-3447, state=TIMED_WAITING, group=TGRP-TestConfigSetsAPI]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 15s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2279 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2279/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701043111152582656>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701043111152582656>
	at __randomizedtesting.SeedInfo.seed([717D79B2D2F32A21:89BB808741EAB2E9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([717D79B2D2F32A21:31520E0049847924]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16443 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 25.95 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=717D79B2D2F32A21 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=717D79B2D2F32A21 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Param

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2278 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2278/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38023_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34163_solr, 127.0.0.1:36391_solr, 127.0.0.1:38023_solr, 127.0.0.1:39529_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:38023_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34163_solr, 127.0.0.1:36391_solr, 127.0.0.1:38023_solr, 127.0.0.1:39529_solr]
	at __randomizedtesting.SeedInfo.seed([BB9CD1E65BDFBBD0:CB7C555CDF9012DB]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701039527160709120>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701039527160709120>
	at __randomizedtesting.SeedInfo.seed([BB9CD1E65BDFBBD0:435A28D3C8C62318]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([BB9CD1E65BDFBBD0:FBB3A654C0A8E8D5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18069 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.794 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB9CD1E65BDFBBD0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB9CD1E65BDFBBD0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BB9CD1E65BDFBBD0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 32s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2277 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2277/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701033721821396992>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701033721821396992>
	at __randomizedtesting.SeedInfo.seed([5888B0636DF0C96C:A04E4956FEE951A4]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([5888B0636DF0C96C:18A7C7D1F6879A69]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16376 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.66 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5888B0636DF0C96C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=5888B0636DF0C96C -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 7s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2276 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2276/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C93E50937B397B2:AC89AE5293C3DCBE]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=statsCache

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=CACHE,scope=searcher,name=statsCache
	at __randomizedtesting.SeedInfo.seed([C93E50937B397B2:824281335AF2CFD7]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701022323656622080>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1701022323656622080>
	at __randomizedtesting.SeedInfo.seed([C93E50937B397B2:F4551C3CA4AA0F7A]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C93E50937B397B2:4CBC92BBACC4C4B7]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17015 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.933 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C93E50937B397B2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C93E50937B397B2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C93E50937B397B2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C93E50937B397B2 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Exec

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 30s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2275 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2275/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:46001_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:41881_solr, 127.0.0.1:42129_solr, 127.0.0.1:43367_solr, 127.0.0.1:46001_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:46001_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:41881_solr, 127.0.0.1:42129_solr, 127.0.0.1:43367_solr, 127.0.0.1:46001_solr]
	at __randomizedtesting.SeedInfo.seed([B0EB574BB982A021:C00BD3F13DCD092A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([B0EB574BB982A021:F0C420F922F5F324]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15996 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.128 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0EB574BB982A021 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=B0EB574BB982A021 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2274 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2274/

6 tests failed.
FAILED:  org.apache.solr.update.SolrIndexMetricsTest.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@64f9959e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@64f9959e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@44906314
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@44906314
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@2bf6b3d1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2bf6b3d1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@11cf14fd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@11cf14fd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@64f9959e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@64f9959e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@44906314
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@44906314
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@2bf6b3d1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2bf6b3d1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@11cf14fd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@11cf14fd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@64f9959e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@64f9959e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@44906314
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@44906314
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@2bf6b3d1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2bf6b3d1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@11cf14fd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@11cf14fd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

 expected null, but was:<ObjectTracker found 5 object(s) that were not released!!! [String, String, String, String, String]
org.apache.lucene.store.ByteBuffersDirectory@64f9959e
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@64f9959e
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.update.SolrIndexWriter.getDir(SolrIndexWriter.java:241)
at o.a.s.update.SolrIndexWriter.buildIndexWriter(SolrIndexWriter.java:120)
at o.a.s.update.DefaultSolrCoreState.createMainIndexWriter(DefaultSolrCoreState.java:293)
at o.a.s.update.DefaultSolrCoreState.getIndexWriter(DefaultSolrCoreState.java:157)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:830)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)

org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: org.apache.lucene.store.ByteBuffersDirectory@40eaf4be
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CachingDirectoryFactory.get(CachingDirectoryFactory.java:393)
at o.a.s.core.SolrCore.getNewIndexDir(SolrCore.java:414)
at o.a.s.core.SolrCore.initIndex(SolrCore.java:822)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1063)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)

org.apache.solr.update.DirectUpdateHandler2@44906314
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.DirectUpdateHandler2@44906314
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:145)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)

org.apache.solr.update.CommitTracker@2bf6b3d1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@2bf6b3d1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:135)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

org.apache.solr.update.CommitTracker@11cf14fd
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.CommitTracker@11cf14fd
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.CommitTracker.<init>(CommitTracker.java:105)
at o.a.s.update.DirectUpdateHandler2.<init>(DirectUpdateHandler2.java:131)
at o.a.s.core.SolrCore.<init>(SolrCore.java:1083)
at o.a.s.core.SolrCore.<init>(SolrCore.java:955)
at o.a.s.core.CoreContainer.createFromDescriptor(CoreContainer.java:1429)
at o.a.s.core.CoreContainer.lambda$load$25(CoreContainer.java:944)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)

>
	at __randomizedtesting.SeedInfo.seed([848CE601656768A8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotNull(Assert.java:756)
	at org.junit.Assert.assertNull(Assert.java:738)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:573)
	at jdk.internal.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.update.SolrIndexMetricsTest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 76 threads leaked from SUITE scope at org.apache.solr.update.SolrIndexMetricsTest: 
   1) Thread[id=7457, name=SOLR-TGRP-SolrIndexMetricsTest-6715, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   2) Thread[id=7465, name=SOLR-TGRP-SolrIndexMetricsTest-6723, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   3) Thread[id=7433, name=SOLR-TGRP-SolrIndexMetricsTest-6697, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   4) Thread[id=7406, name=SOLR-TGRP-SolrIndexMetricsTest-6670, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   5) Thread[id=7497, name=SOLR-TGRP-SolrIndexMetricsTest-6749, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   6) Thread[id=7413, name=SOLR-TGRP-SolrIndexMetricsTest-6677, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   7) Thread[id=7507, name=SOLR-TGRP-SolrIndexMetricsTest-6758, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   8) Thread[id=7411, name=SOLR-TGRP-SolrIndexMetricsTest-6675, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
   9) Thread[id=7474, name=SOLR-TGRP-SolrIndexMetricsTest-6732, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  10) Thread[id=7521, name=SOLR-TGRP-SolrIndexMetricsTest-6767, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  11) Thread[id=7423, name=SOLR-TGRP-SolrIndexMetricsTest-6687, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  12) Thread[id=7444, name=SOLR-TGRP-SolrIndexMetricsTest-6706, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  13) Thread[id=7421, name=SOLR-TGRP-SolrIndexMetricsTest-6685, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  14) Thread[id=7462, name=SOLR-TGRP-SolrIndexMetricsTest-6720, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  15) Thread[id=7461, name=SOLR-TGRP-SolrIndexMetricsTest-6719, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  16) Thread[id=7439, name=SOLR-TGRP-SolrIndexMetricsTest-6703, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  17) Thread[id=7472, name=SOLR-TGRP-SolrIndexMetricsTest-6730, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  18) Thread[id=7419, name=SOLR-TGRP-SolrIndexMetricsTest-6683, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  19) Thread[id=7475, name=SOLR-TGRP-SolrIndexMetricsTest-6733, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  20) Thread[id=7442, name=SOLR-TGRP-SolrIndexMetricsTest-6705, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  21) Thread[id=7515, name=SOLR-TGRP-SolrIndexMetricsTest-6761, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  22) Thread[id=7459, name=SOLR-TGRP-SolrIndexMetricsTest-6717, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  23) Thread[id=7470, name=SOLR-TGRP-SolrIndexMetricsTest-6728, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  24) Thread[id=7466, name=SOLR-TGRP-SolrIndexMetricsTest-6724, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  25) Thread[id=7445, name=SOLR-TGRP-SolrIndexMetricsTest-6708, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  26) Thread[id=7516, name=SOLR-TGRP-SolrIndexMetricsTest-6762, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  27) Thread[id=7473, name=SOLR-TGRP-SolrIndexMetricsTest-6731, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  28) Thread[id=7477, name=SOLR-TGRP-SolrIndexMetricsTest-6735, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  29) Thread[id=7408, name=SOLR-TGRP-SolrIndexMetricsTest-6672, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  30) Thread[id=7496, name=SOLR-TGRP-SolrIndexMetricsTest-6748, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  31) Thread[id=7405, name=SOLR-TGRP-SolrIndexMetricsTest-6669, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  32) Thread[id=7447, name=SOLR-TGRP-SolrIndexMetricsTest-6710, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  33) Thread[id=7412, name=SOLR-TGRP-SolrIndexMetricsTest-6676, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  34) Thread[id=7417, name=SOLR-TGRP-SolrIndexMetricsTest-6681, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  35) Thread[id=7434, name=SOLR-TGRP-SolrIndexMetricsTest-6698, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  36) Thread[id=7469, name=SOLR-TGRP-SolrIndexMetricsTest-6727, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  37) Thread[id=7438, name=SOLR-TGRP-SolrIndexMetricsTest-6702, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  38) Thread[id=7454, name=SOLR-TGRP-SolrIndexMetricsTest-6713, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  39) Thread[id=7437, name=SOLR-TGRP-SolrIndexMetricsTest-6701, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  40) Thread[id=7446, name=SOLR-TGRP-SolrIndexMetricsTest-6709, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  41) Thread[id=7471, name=SOLR-TGRP-SolrIndexMetricsTest-6729, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  42) Thread[id=7436, name=SOLR-TGRP-SolrIndexMetricsTest-6700, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  43) Thread[id=7509, name=SOLR-TGRP-SolrIndexMetricsTest-6760, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  44) Thread[id=7418, name=SOLR-TGRP-SolrIndexMetricsTest-6682, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  45) Thread[id=7463, name=SOLR-TGRP-SolrIndexMetricsTest-6721, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  46) Thread[id=7416, name=SOLR-TGRP-SolrIndexMetricsTest-6680, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  47) Thread[id=7517, name=SOLR-TGRP-SolrIndexMetricsTest-6765, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  48) Thread[id=7409, name=SOLR-TGRP-SolrIndexMetricsTest-6673, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  49) Thread[id=7508, name=SOLR-TGRP-SolrIndexMetricsTest-6759, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  50) Thread[id=7407, name=SOLR-TGRP-SolrIndexMetricsTest-6671, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  51) Thread[id=7455, name=SOLR-TGRP-SolrIndexMetricsTest-6712, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  52) Thread[id=7493, name=SOLR-TGRP-SolrIndexMetricsTest-6745, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  53) Thread[id=7518, name=SOLR-TGRP-SolrIndexMetricsTest-6763, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  54) Thread[id=7494, name=SOLR-TGRP-SolrIndexMetricsTest-6746, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  55) Thread[id=7458, name=SOLR-TGRP-SolrIndexMetricsTest-6716, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  56) Thread[id=7460, name=SOLR-TGRP-SolrIndexMetricsTest-6718, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  57) Thread[id=7520, name=SOLR-TGRP-SolrIndexMetricsTest-6766, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  58) Thread[id=7468, name=SOLR-TGRP-SolrIndexMetricsTest-6726, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  59) Thread[id=7464, name=SOLR-TGRP-SolrIndexMetricsTest-6722, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  60) Thread[id=7414, name=SOLR-TGRP-SolrIndexMetricsTest-6678, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  61) Thread[id=7420, name=SOLR-TGRP-SolrIndexMetricsTest-6684, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  62) Thread[id=7441, name=SOLR-TGRP-SolrIndexMetricsTest-6704, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  63) Thread[id=7410, name=SOLR-TGRP-SolrIndexMetricsTest-6674, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  64) Thread[id=7453, name=SOLR-TGRP-SolrIndexMetricsTest-6711, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  65) Thread[id=7432, name=SOLR-TGRP-SolrIndexMetricsTest-6696, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  66) Thread[id=7519, name=SOLR-TGRP-SolrIndexMetricsTest-6764, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  67) Thread[id=7456, name=SOLR-TGRP-SolrIndexMetricsTest-6714, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  68) Thread[id=7476, name=SOLR-TGRP-SolrIndexMetricsTest-6734, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  69) Thread[id=7495, name=SOLR-TGRP-SolrIndexMetricsTest-6747, state=TIMED_WAITING, group=TGRP-SolrIndexMetricsTest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
        at java.base@11.0.9/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
  70) Thread[id=7415, name=SOLR-TGRP-SolrIndexMetricsTest-6679, state=TIMED_WAITING, group=TGRP-SolrIn

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 51s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2273 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2273/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([BC1066FEB8D64BA0:1C0A2DA51CA600AC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:33449_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33449_solr, 127.0.0.1:35909_solr, 127.0.0.1:46247_solr, 127.0.0.1:46735_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:33449_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33449_solr, 127.0.0.1:35909_solr, 127.0.0.1:46247_solr, 127.0.0.1:46735_solr]
	at __randomizedtesting.SeedInfo.seed([BC1066FEB8D64BA0:CCF0E2443C99E2AB]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700993267921846272>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700993267921846272>
	at __randomizedtesting.SeedInfo.seed([BC1066FEB8D64BA0:44D69FCB2BCFD368]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([BC1066FEB8D64BA0:FC3F114C23A118A5]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17897 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.97 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1066FEB8D64BA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1066FEB8D64BA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1066FEB8D64BA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1066FEB8D64BA0 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 24s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2272 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2272/

7 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39667_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35323_solr, 127.0.0.1:35463_solr, 127.0.0.1:39303_solr, 127.0.0.1:39667_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:39667_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:35323_solr, 127.0.0.1:35463_solr, 127.0.0.1:39303_solr, 127.0.0.1:39667_solr]
	at __randomizedtesting.SeedInfo.seed([7056B089DA686836:B634335E27C13D]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCustomStream.testDynamicLoadingCustomStream

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: control_collection
{failure={127.0.0.1:35645_=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'control_collection_s1_r_n1': Unable to create core [control_collection_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: control_collection
{failure={127.0.0.1:35645_=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'control_collection_s1_r_n1': Unable to create core [control_collection_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([7056B089DA686836:E3B9AB20922381]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:379)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestCustomStream.classMethod

Error Message:
java.lang.AssertionError: ObjectTracker found 26 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String]
org.apache.solr.cloud.LeaderElector@1c2aab47
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.LeaderElector@1c2aab47
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.LeaderElector.<init>(LeaderElector.java:102)
at o.a.s.cloud.ZkController.init(ZkController.java:1097)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.common.cloud.ZkStateReader@5012873b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ZkStateReader@5012873b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ZkStateReader.<init>(ZkStateReader.java:352)
at o.a.s.cloud.ZkController.init(ZkController.java:1062)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.client.solrj.io.SolrClientCache@69520bd5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.io.SolrClientCache@69520bd5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:71)
at o.a.s.core.CoreContainer.lambda$load$8(CoreContainer.java:845)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork$ParWorkCallable.call(ParWork.java:733)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at o.a.s.common.PerThreadExecService.runIt(PerThreadExecService.java:195)
at o.a.s.common.PerThreadExecService$MyThreadCallable.call(PerThreadExecService.java:254)

org.apache.solr.client.solrj.impl.Http2SolrClient@5c95ca5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5c95ca5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.embedded.JettySolrRunner@152ce347
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.embedded.JettySolrRunner@152ce347
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:249)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)

org.apache.solr.common.util.SolrQueuedThreadPool@16d3c81d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@16d3c81d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.cloud.Overseer.start(Overseer.java:291)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

org.apache.solr.common.util.SolrInternalHttpClient@4bac9478
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4bac9478
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)

org.apache.solr.common.util.SolrInternalHttpClient@1a84c748
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a84c748
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.update.UpdateShardHandler@63e1b442
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.UpdateShardHandler@63e1b442
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:75)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrInternalHttpClient@9a6f691
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@9a6f691
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.client.solrj.impl.CloudHttp2SolrClient@112f8d00
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.CloudHttp2SolrClient@112f8d00
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:115)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@542d09e1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@542d09e1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:114)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)

org.apache.solr.client.solrj.impl.Http2SolrClient@6838a50f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6838a50f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.common.cloud.SolrZkClient@1949cdbf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.SolrZkClient@1949cdbf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrQueuedThreadPool@2321f036
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@2321f036
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)

org.apache.solr.common.cloud.ConnectionManager@63e0d45
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ConnectionManager@63e0d45
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ConnectionManager.<init>(ConnectionManager.java:154)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)

org.apache.solr.common.util.SolrQueuedThreadPool@1e004612
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@1e004612
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)

org.apache.solr.common.util.SolrQueuedThreadPool@5a585901
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@5a585901
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:94)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:277)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)

org.apache.solr.common.util.SolrQueuedThreadPool@35995004
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@35995004
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)

org.apache.solr.core.CoreContainer@3c14f8c6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.CoreContainer@3c14f8c6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:340)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)
at org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1504)
at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:997)

org.apache.solr.client.solrj.impl.Http2SolrClient@4bd9704
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4bd9704
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@59b350b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@59b350b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:278)
at o.a.s.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:59)
at o.a.s.core.CoreContainer.lambda$new$2(CoreContainer.java:390)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)

org.apache.solr.common.util.SolrInternalHttpClient@798b062
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@798b062
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.cloud.ZkController@7a3d444
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.ZkController@7a3d444
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.ZkController.<init>(ZkController.java:406)
at o.a.s.core.ZkContainer.initZooKeeper(ZkContainer.java:155)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:351)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)

org.apache.solr.client.solrj.impl.Http2SolrClient@13e538ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@13e538ce
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

 expected null, but was:<ObjectTracker found 26 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String]
org.apache.solr.cloud.LeaderElector@1c2aab47
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.LeaderElector@1c2aab47
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.LeaderElector.<init>(LeaderElector.java:102)
at o.a.s.cloud.ZkController.init(ZkController.java:1097)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.common.cloud.ZkStateReader@5012873b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ZkStateReader@5012873b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ZkStateReader.<init>(ZkStateReader.java:352)
at o.a.s.cloud.ZkController.init(ZkController.java:1062)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.client.solrj.io.SolrClientCache@69520bd5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.io.SolrClientCache@69520bd5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:71)
at o.a.s.core.CoreContainer.lambda$load$8(CoreContainer.java:845)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork$ParWorkCallable.call(ParWork.java:733)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at o.a.s.common.PerThreadExecService.runIt(PerThreadExecService.java:195)
at o.a.s.common.PerThreadExecService$MyThreadCallable.call(PerThreadExecService.java:254)

org.apache.solr.client.solrj.impl.Http2SolrClient@5c95ca5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5c95ca5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.embedded.JettySolrRunner@152ce347
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.embedded.JettySolrRunner@152ce347
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:249)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)

org.apache.solr.common.util.SolrQueuedThreadPool@16d3c81d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@16d3c81d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.cloud.Overseer.start(Overseer.java:291)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

org.apache.solr.common.util.SolrInternalHttpClient@4bac9478
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4bac9478
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)

org.apache.solr.common.util.SolrInternalHttpClient@1a84c748
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a84c748
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.update.UpdateShardHandler@63e1b442
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.UpdateShardHandler@63e1b442
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:75)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrInternalHttpClient@9a6f691
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@9a6f691
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.client.solrj.impl.CloudHttp2SolrClient@112f8d00
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.CloudHttp2SolrClient@112f8d00
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:115)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@542d09e1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@542d09e1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:114)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)

org.apache.solr.client.solrj.impl.Http2SolrClient@6838a50f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6838a50f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.common.cloud.SolrZkClient@1949cdbf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.SolrZkClient@1949cdbf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrQueuedThreadPool@2321f036
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@2321f036
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)

org.apache.solr.common.cloud.ConnectionManager@63e0d45
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ConnectionManager@63e0d45
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ConnectionManager.<init>(ConnectionManager.java:154)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)

org.apache.solr.common.util.SolrQueuedThreadPool@1e004612
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@1e004612
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)

org.apache.solr.common.util.SolrQueuedThreadPool@5a585901
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@5a585901
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:94)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:277)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)

org.apache.solr.common.util.SolrQueuedThreadPool@35995004
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@35995004
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)

org.apache.solr.core.CoreContainer@3c14f8c6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.CoreContainer@3c14f8c6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:340)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)
at org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1504)
at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:997)

org.apache.solr.client.solrj.impl.Http2SolrClient@4bd9704
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4bd9704
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@59b350b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@59b350b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:278)
at o.a.s.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:59)
at o.a.s.core.CoreContainer.lambda$new$2(CoreContainer.java:390)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)

org.apache.solr.common.util.SolrInternalHttpClient@798b062
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@798b062
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.cloud.ZkController@7a3d444
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.ZkController@7a3d444
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.ZkController.<init>(ZkController.java:406)
at o.a.s.core.ZkContainer.initZooKeeper(ZkContainer.java:155)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:351)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)

org.apache.solr.client.solrj.impl.Http2SolrClient@13e538ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@13e538ce
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

>

Stack Trace:
java.lang.AssertionError: ObjectTracker found 26 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String]
org.apache.solr.cloud.LeaderElector@1c2aab47
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.LeaderElector@1c2aab47
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.LeaderElector.<init>(LeaderElector.java:102)
at o.a.s.cloud.ZkController.init(ZkController.java:1097)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.common.cloud.ZkStateReader@5012873b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ZkStateReader@5012873b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ZkStateReader.<init>(ZkStateReader.java:352)
at o.a.s.cloud.ZkController.init(ZkController.java:1062)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.client.solrj.io.SolrClientCache@69520bd5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.io.SolrClientCache@69520bd5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:71)
at o.a.s.core.CoreContainer.lambda$load$8(CoreContainer.java:845)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork$ParWorkCallable.call(ParWork.java:733)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at o.a.s.common.PerThreadExecService.runIt(PerThreadExecService.java:195)
at o.a.s.common.PerThreadExecService$MyThreadCallable.call(PerThreadExecService.java:254)

org.apache.solr.client.solrj.impl.Http2SolrClient@5c95ca5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5c95ca5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.embedded.JettySolrRunner@152ce347
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.embedded.JettySolrRunner@152ce347
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:249)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)

org.apache.solr.common.util.SolrQueuedThreadPool@16d3c81d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@16d3c81d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.cloud.Overseer.start(Overseer.java:291)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

org.apache.solr.common.util.SolrInternalHttpClient@4bac9478
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4bac9478
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)

org.apache.solr.common.util.SolrInternalHttpClient@1a84c748
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a84c748
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.update.UpdateShardHandler@63e1b442
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.UpdateShardHandler@63e1b442
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:75)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrInternalHttpClient@9a6f691
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@9a6f691
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.client.solrj.impl.CloudHttp2SolrClient@112f8d00
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.CloudHttp2SolrClient@112f8d00
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:115)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@542d09e1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@542d09e1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:114)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)

org.apache.solr.client.solrj.impl.Http2SolrClient@6838a50f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6838a50f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.common.cloud.SolrZkClient@1949cdbf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.SolrZkClient@1949cdbf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrQueuedThreadPool@2321f036
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@2321f036
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)

org.apache.solr.common.cloud.ConnectionManager@63e0d45
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ConnectionManager@63e0d45
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ConnectionManager.<init>(ConnectionManager.java:154)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)

org.apache.solr.common.util.SolrQueuedThreadPool@1e004612
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@1e004612
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)

org.apache.solr.common.util.SolrQueuedThreadPool@5a585901
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@5a585901
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:94)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:277)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)

org.apache.solr.common.util.SolrQueuedThreadPool@35995004
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@35995004
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)

org.apache.solr.core.CoreContainer@3c14f8c6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.CoreContainer@3c14f8c6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:340)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)
at org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1504)
at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:997)

org.apache.solr.client.solrj.impl.Http2SolrClient@4bd9704
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4bd9704
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@59b350b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@59b350b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:278)
at o.a.s.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:59)
at o.a.s.core.CoreContainer.lambda$new$2(CoreContainer.java:390)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)

org.apache.solr.common.util.SolrInternalHttpClient@798b062
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@798b062
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.cloud.ZkController@7a3d444
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.ZkController@7a3d444
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.ZkController.<init>(ZkController.java:406)
at o.a.s.core.ZkContainer.initZooKeeper(ZkContainer.java:155)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:351)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)

org.apache.solr.client.solrj.impl.Http2SolrClient@13e538ce
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@13e538ce
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

 expected null, but was:<ObjectTracker found 26 object(s) that were not released!!! [String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String]
org.apache.solr.cloud.LeaderElector@1c2aab47
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.cloud.LeaderElector@1c2aab47
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.cloud.LeaderElector.<init>(LeaderElector.java:102)
at o.a.s.cloud.ZkController.init(ZkController.java:1097)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.common.cloud.ZkStateReader@5012873b
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ZkStateReader@5012873b
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ZkStateReader.<init>(ZkStateReader.java:352)
at o.a.s.cloud.ZkController.init(ZkController.java:1062)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)
at o.a.s.servlet.SolrDispatchFilter.lambda$createCoreContainer$3(SolrDispatchFilter.java:354)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

org.apache.solr.client.solrj.io.SolrClientCache@69520bd5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.io.SolrClientCache@69520bd5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.io.SolrClientCache.<init>(SolrClientCache.java:71)
at o.a.s.core.CoreContainer.lambda$load$8(CoreContainer.java:845)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork$ParWorkCallable.call(ParWork.java:733)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at o.a.s.common.PerThreadExecService.runIt(PerThreadExecService.java:195)
at o.a.s.common.PerThreadExecService$MyThreadCallable.call(PerThreadExecService.java:254)

org.apache.solr.client.solrj.impl.Http2SolrClient@5c95ca5
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@5c95ca5
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.embedded.JettySolrRunner@152ce347
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.embedded.JettySolrRunner@152ce347
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:249)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1068)
at o.a.s.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)

org.apache.solr.common.util.SolrQueuedThreadPool@16d3c81d
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@16d3c81d
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@4b7f5e29
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.cloud.Overseer.start(Overseer.java:291)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)
at o.a.s.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:194)
at o.a.s.cloud.LeaderElector.doJoinElection(LeaderElector.java:446)

org.apache.solr.common.util.SolrInternalHttpClient@4bac9478
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@4bac9478
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)
at o.a.s.cloud.OverseerElectionContext.runLeaderProcess(OverseerElectionContext.java:98)
at o.a.s.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:287)

org.apache.solr.common.util.SolrInternalHttpClient@1a84c748
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@1a84c748
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.update.UpdateShardHandler@63e1b442
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.update.UpdateShardHandler@63e1b442
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:75)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrInternalHttpClient@9a6f691
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@9a6f691
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrInternalHttpClient.<init>(SolrInternalHttpClient.java:16)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:275)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)

org.apache.solr.client.solrj.impl.CloudHttp2SolrClient@112f8d00
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.CloudHttp2SolrClient@112f8d00
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:115)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)
at o.a.s.core.ZkContainer.start(ZkContainer.java:175)
at o.a.s.core.CoreContainer.load(CoreContainer.java:693)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@542d09e1
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@542d09e1
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient.<init>(CloudHttp2SolrClient.java:114)
at o.a.s.client.solrj.impl.CloudHttp2SolrClient$Builder.build(CloudHttp2SolrClient.java:334)
at o.a.s.cloud.ZkController.getSolrCloudManager(ZkController.java:714)
at o.a.s.cloud.ZkController.init(ZkController.java:1096)
at o.a.s.cloud.ZkController.start(ZkController.java:539)

org.apache.solr.client.solrj.impl.Http2SolrClient@6838a50f
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@6838a50f
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:113)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.common.cloud.SolrZkClient@1949cdbf
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.SolrZkClient@1949cdbf
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:152)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)

org.apache.solr.common.util.SolrQueuedThreadPool@2321f036
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@2321f036
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)

org.apache.solr.common.cloud.ConnectionManager@63e0d45
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.cloud.ConnectionManager@63e0d45
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.cloud.ConnectionManager.<init>(ConnectionManager.java:154)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:183)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:144)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
at o.a.s.common.cloud.SolrZkClient.<init>(SolrZkClient.java:136)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:341)

org.apache.solr.common.util.SolrQueuedThreadPool@1e004612
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@1e004612
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:100)

org.apache.solr.common.util.SolrQueuedThreadPool@5a585901
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@5a585901
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:94)
at o.a.s.client.solrj.embedded.JettySolrRunner.<init>(JettySolrRunner.java:277)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:747)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createJetty(AbstractFullDistribZkTestBase.java:714)
at o.a.s.BaseDistributedSearchTestCase.createJetty(BaseDistributedSearchTestCase.java:439)
at o.a.s.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:372)

org.apache.solr.common.util.SolrQueuedThreadPool@35995004
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrQueuedThreadPool@35995004
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:137)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:114)
at o.a.s.common.util.SolrQueuedThreadPool.<init>(SolrQueuedThreadPool.java:109)
at o.a.s.client.solrj.impl.Http2SolrClient.createHttpClient(Http2SolrClient.java:241)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:191)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.cloud.Overseer.start(Overseer.java:289)

org.apache.solr.core.CoreContainer@3c14f8c6
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.core.CoreContainer@3c14f8c6
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:340)
at o.a.s.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:347)
at o.a.s.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:222)
at org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:140)
at org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:780)
at org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1504)
at org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:997)

org.apache.solr.client.solrj.impl.Http2SolrClient@4bd9704
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.Http2SolrClient@4bd9704
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.Http2SolrClient.<init>(Http2SolrClient.java:169)
at o.a.s.client.solrj.impl.Http2SolrClient$Builder.build(Http2SolrClient.java:1172)
at o.a.s.update.UpdateShardHandler.<init>(UpdateShardHandler.java:120)
at o.a.s.core.CoreContainer.lambda$new$1(CoreContainer.java:383)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)
at o.a.s.core.CoreContainer.<init>(CoreContainer.java:397)

org.apache.solr.client.solrj.impl.LBHttp2SolrClient@59b350b8
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.client.solrj.impl.LBHttp2SolrClient@59b350b8
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.client.solrj.impl.LBSolrClient.<init>(LBSolrClient.java:302)
at o.a.s.client.solrj.impl.LBHttp2SolrClient.<init>(LBHttp2SolrClient.java:77)
at o.a.s.handler.component.HttpShardHandlerFactory.init(HttpShardHandlerFactory.java:278)
at o.a.s.handler.component.ShardHandlerFactory.newInstance(ShardHandlerFactory.java:59)
at o.a.s.core.CoreContainer.lambda$new$2(CoreContainer.java:390)
at o.a.s.common.ParWork.handleObject(ParWork.java:495)
at o.a.s.common.ParWork.close(ParWork.java:344)

org.apache.solr.common.util.SolrInternalHttpClient@798b062
StackTrace:
null
o.a.s.common.util.ObjectReleaseTracker$ObjectTrackerException: o.a.s.common.util.SolrInternalHttpClient@798b062
at o.a.s.common.util.ObjectReleaseTracker.track(ObjectReleaseTracker.java:49)
at o.a.s.commo

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 25s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2271 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2271/

3 tests failed.
FAILED:  org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testcore
{failure={127.0.0.1:43621_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testcore_s1_r_n1': Unable to create core [testcore_s1_r_n1] Caused by: null}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: testcore
{failure={127.0.0.1:43621_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'testcore_s1_r_n1': Unable to create core [testcore_s1_r_n1] Caused by: null}}
	at __randomizedtesting.SeedInfo.seed([733FF13D078B14A8:CDB497927EF11A9D]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration(ClusterStateUpdateTest.java:67)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700978092855525376>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700978092855525376>
	at __randomizedtesting.SeedInfo.seed([733FF13D078B14A8:8BF9080894928C60]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([733FF13D078B14A8:3310868F9CFC47AD]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16933 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.601 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=733FF13D078B14A8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=733FF13D078B14A8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.ClusterStateUpdateTest.testCoreRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ClusterStateUpdateTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ClusterStateUpdateTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=733FF13D078B14A8 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true 

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2270 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2270/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([D1F16115A0948819:71EB2A4E04E4C315]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([D1F16115A0948819:91DE16A73BE3DB1C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15357 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.917 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D1F16115A0948819 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D1F16115A0948819 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/So

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 47s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2269 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2269/

5 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34325_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34325_solr, 127.0.0.1:35627_solr, 127.0.0.1:40495_solr, 127.0.0.1:43257_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34325_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34325_solr, 127.0.0.1:35627_solr, 127.0.0.1:40495_solr, 127.0.0.1:43257_solr]
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661:B0FDFD730B872F6A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700963365939052544>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700963365939052544>
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661:38DB80FC1CD11EA9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest.classMethod

Error Message:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request, collection names: [books]

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request, collection names: [books]
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661]:0)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1151)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:1024)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest.setupCluster(JsonQueryRequestIntegrationTest.java:71)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661:600732922BB8CD6D]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C01D79C98FC88661:80320E7B14BFD564]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 19412 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.373 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest.classMethod (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.request.json.JsonQueryRequestIntegrationTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C01D79C98FC88661 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), exp

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2268 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2268/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([1F58BBD83DEB3D74:BF42F083999B7678]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([1F58BBD83DEB3D74:5F77CC6AA69C6E71]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15572 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.019 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1F58BBD83DEB3D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=1F58BBD83DEB3D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 44s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2267 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2267/

6 tests failed.
FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
java.lang.RuntimeException: Timeout waiting for executor to shutdown

Stack Trace:
java.lang.RuntimeException: Timeout waiting for executor to shutdown
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013]:0)
	at org.apache.solr.common.util.ExecutorUtil.awaitTermination(ExecutorUtil.java:87)
	at org.apache.solr.common.util.ExecutorUtil.shutdownAndAwaitTermination(ExecutorUtil.java:77)
	at org.apache.solr.common.ParWork.shutdownParWorkExecutor(ParWork.java:112)
	at org.apache.solr.common.ParWork.shutdownParWorkExecutor(ParWork.java:100)
	at org.apache.solr.SolrTestCase.afterSolrTestCaseClass(SolrTestCase.java:580)
	at jdk.internal.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:905)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=6589, name=SOLR-TGRP-ConfigSetsAPITest-5768, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$741/0x00000001009e5440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=6589, name=SOLR-TGRP-ConfigSetsAPITest-5768, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$741/0x00000001009e5440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013]:0)


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6589, name=SOLR-TGRP-ConfigSetsAPITest-5768, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$741/0x00000001009e5440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=6589, name=SOLR-TGRP-ConfigSetsAPITest-5768, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2211)
        at app//org.apache.solr.cloud.OverseerTaskQueue$LatchWatcher.await(OverseerTaskQueue.java:187)
        at app//org.apache.solr.cloud.OverseerTaskQueue.offer(OverseerTaskQueue.java:277)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleResponse(ConfigSetsHandler.java:224)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.sendToZk(ConfigSetsHandler.java:139)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.invokeAction(ConfigSetsHandler.java:129)
        at app//org.apache.solr.handler.admin.ConfigSetsHandler.handleRequestBody(ConfigSetsHandler.java:115)
        at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:217)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:936)
        at app//org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:902)
        at app//org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:587)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:508)
        at app//org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:436)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:184)
        at app//org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
        at app//org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
        at app//org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
        at app//org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
        at app//org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350)
        at app//org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
        at app//org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:766)
        at app//org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
        at app//org.eclipse.jetty.server.Server.handle(Server.java:516)
        at app//org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)
        at app//org.eclipse.jetty.server.HttpChannel$$Lambda$741/0x00000001009e5440.dispatch(Unknown Source)
        at app//org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)
        at app//org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)
        at app//org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:340)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool.runJob(SolrQueuedThreadPool.java:580)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$Runner.run(SolrQueuedThreadPool.java:730)
        at app//org.apache.solr.common.util.SolrQueuedThreadPool$MyRunnable.run(SolrQueuedThreadPool.java:622)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013]:0)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43817_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39191_solr, 127.0.0.1:40585_solr, 127.0.0.1:43515_solr, 127.0.0.1:43817_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:43817_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:39191_solr, 127.0.0.1:40585_solr, 127.0.0.1:43515_solr, 127.0.0.1:43817_solr]
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013:598E489E52E71918]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700953141956050944>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700953141956050944>
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013:D1A8351145B128DB]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([296ECC24D6A8B013:6941BB964DDFE316]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18107 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.149 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=296ECC24D6A8B013 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/lice

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 58s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2266 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2266/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34635_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34635_solr, 127.0.0.1:36851_solr, 127.0.0.1:38743_solr, 127.0.0.1:39773_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:34635_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:34635_solr, 127.0.0.1:36851_solr, 127.0.0.1:38743_solr, 127.0.0.1:39773_solr]
	at __randomizedtesting.SeedInfo.seed([AA8254FFB6115B71:DA62D045325EF27A]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700950420022624256>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700950420022624256>
	at __randomizedtesting.SeedInfo.seed([AA8254FFB6115B71:5244ADCA2508C3B9]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([AA8254FFB6115B71:EAAD234D2D660874]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17436 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 28.474 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA8254FFB6115B71 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA8254FFB6115B71 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AA8254FFB6115B71 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/Jetty

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 38s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2265 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2265/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EBD37F9E943A2C01:ABFC082C0F4D7F04]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14924 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 30.114 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBD37F9E943A2C01 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidate

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 16s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2264 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2264/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36869_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33283_solr, 127.0.0.1:33687_solr, 127.0.0.1:36869_solr, 127.0.0.1:39589_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=a, 2=l, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n1":{
          "node_name":"127.0.0.1:36869_solr",
          "id":"1",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33283_solr, 127.0.0.1:33687_solr, 127.0.0.1:36869_solr, 127.0.0.1:39589_solr]
	at __randomizedtesting.SeedInfo.seed([8367E01030DD984D:F38764AAB4923146]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.core.TestJmxIntegration.testJmxRegistration

Error Message:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=maxDoc

Stack Trace:
javax.management.InstanceNotFoundException: solr:dom1=core,dom2=collection1,category=SEARCHER,scope=searcher,name=maxDoc
	at __randomizedtesting.SeedInfo.seed([8367E01030DD984D:DB6842A5D9CC028]:0)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1083)
	at java.management/com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBeanInfo(DefaultMBeanServerInterceptor.java:1353)
	at java.management/com.sun.jmx.mbeanserver.JmxMBeanServer.getMBeanInfo(JmxMBeanServer.java:920)
	at org.apache.solr.core.TestJmxIntegration.testJmxRegistration(TestJmxIntegration.java:134)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700939073634435072>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700939073634435072>
	at __randomizedtesting.SeedInfo.seed([8367E01030DD984D:7BA11925A3C40085]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8367E01030DD984D:C34897A2ABAACB48]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 18722 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.138 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8367E01030DD984D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8367E01030DD984D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.core.TestJmxIntegration.testJmxRegistration (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.core.TestJmxIntegration.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.core.TestJmxIntegration" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8367E01030DD984D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8367E01030DD984D -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
============

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 14s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2263 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2263/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700926359337959424>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700926359337959424>
	at __randomizedtesting.SeedInfo.seed([C36A2CC96BF082BB:3BACD5FCF8E91A73]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([C36A2CC96BF082BB:83455B7BF087D1BE]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16389 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.945 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C36A2CC96BF082BB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=C36A2CC96BF082BB -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause:

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 11s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2262 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2262/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:43401_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33017_solr, 127.0.0.1:34785_solr, 127.0.0.1:38179_solr, 127.0.0.1:43401_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=3, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:43401_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33017_solr, 127.0.0.1:34785_solr, 127.0.0.1:38179_solr, 127.0.0.1:43401_solr]
	at __randomizedtesting.SeedInfo.seed([8750E5C35B43D74:78958AE6B1FB947F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700914332698673152>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700914332698673152>
	at __randomizedtesting.SeedInfo.seed([8750E5C35B43D74:F0B3F769A6ADA5BC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([8750E5C35B43D74:A86F450791C47678]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([8750E5C35B43D74:485A79EEAEC36E71]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17776 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.516 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8750E5C35B43D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8750E5C35B43D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8750E5C35B43D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=8750E5C35B43D74 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' 

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2261 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2261/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([ED5D05F40E90E6D9:4D474EAFAAE0ADD5]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([ED5D05F40E90E6D9:AD72724695E7B5DC]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15412 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.137 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED5D05F40E90E6D9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=ED5D05F40E90E6D9 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Che

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 23m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2260 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2260/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700875177663922176>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700875177663922176>
	at __randomizedtesting.SeedInfo.seed([A312C4596C18D381:5BD43D6CFF014B49]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([A312C4596C18D381:E33DB3EBF76F8084]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16498 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.358 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A312C4596C18D381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=A312C4596C18D381 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 8s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2259 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2259/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([4EC2428EA179C511:EED353C3A0E9614]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14935 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.593 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=4EC2428EA179C511 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogC

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 39s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2258 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2258/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700859965062774784>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700859965062774784>
	at __randomizedtesting.SeedInfo.seed([FCEE432354148575:428BA16C70D1DBD]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([FCEE432354148575:BCC13491CF63D670]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16516 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 29.145 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FCEE432354148575 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=FCEE432354148575 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  c

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 23s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2257 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2257/

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([DED5A3D99F1EAE49:7ECFE8823B6EE545]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([DED5A3D99F1EAE49:9EFAD46B0469FD4C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15384 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.094 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DED5A3D99F1EAE49 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=DED5A3D99F1EAE49 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1687, 
  c

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 28s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2256 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2256/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37825_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37825_solr, 127.0.0.1:40369_solr, 127.0.0.1:41681_solr, 127.0.0.1:42751_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=3 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:37825_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:37825_solr, 127.0.0.1:40369_solr, 127.0.0.1:41681_solr, 127.0.0.1:42751_solr]
	at __randomizedtesting.SeedInfo.seed([2748821102AA1F24:57A806AB86E5B62F]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700842912294633472>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700842912294633472>
	at __randomizedtesting.SeedInfo.seed([2748821102AA1F24:DF8E7B2491B387EC]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([2748821102AA1F24:6767F5A399DD4C21]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17399 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 27.195 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2748821102AA1F24 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2748821102AA1F24 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=2748821102AA1F24 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/sol

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 57s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2255 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2255/

4 tests failed.
FAILED:  org.apache.solr.HelloWorldSolrCloudTestCase.classMethod

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([EBC7B86D9214DF0B]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.HelloWorldSolrCloudTestCase.setupCluster(HelloWorldSolrCloudTestCase.java:59)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:882)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 30 more


FAILED:  org.apache.solr.HelloWorldSolrCloudTestCase.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.HelloWorldSolrCloudTestCase: 
   1) Thread[id=3109, name=overseerZkWriterExecutor-TGRP-HelloWorldSolrCloudTestCase-2804, state=TIMED_WAITING, group=TGRP-HelloWorldSolrCloudTestCase]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$762/0x00000001009ff440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.HelloWorldSolrCloudTestCase: 
   1) Thread[id=3109, name=overseerZkWriterExecutor-TGRP-HelloWorldSolrCloudTestCase-2804, state=TIMED_WAITING, group=TGRP-HelloWorldSolrCloudTestCase]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$762/0x00000001009ff440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([EBC7B86D9214DF0B]:0)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700830916954292224>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700830916954292224>
	at __randomizedtesting.SeedInfo.seed([EBC7B86D9214DF0B:13014158010D47C3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([EBC7B86D9214DF0B:ABE8CFDF09638C0E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17654 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.629 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBC7B86D9214DF0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBC7B86D9214DF0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.HelloWorldSolrCloudTestCase.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.HelloWorldSolrCloudTestCase.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.HelloWorldSolrCloudTestCase" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBC7B86D9214DF0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.HelloWorldSolrCloudTestCase.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.HelloWorldSolrCloudTestCase.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.HelloWorldSolrCloudTestCase" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=EBC7B86D9214DF0B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
===================================================

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 31s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2254 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2254/

4 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34505_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33747_solr, 127.0.0.1:33801_solr, 127.0.0.1:34505_solr, 127.0.0.1:39575_solr]

Stack Trace:
java.util.concurrent.TimeoutException: No registered leader was found after waiting for 5000ms , collection: deletereplica_test slice: s1 saw state=DocCollection(deletereplica_test::v=2 u={1=l, 2=a, _ver_=2, _cs_ver_=0})={
  "shards":{"s1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"deletereplica_test_s1_r_n2":{
          "node_name":"127.0.0.1:34505_solr",
          "id":"2",
          "state":"active",
          "type":"NRT"}}}},
  "router":{"name":"compositeId"},
  "id":1} with live_nodes=[127.0.0.1:33747_solr, 127.0.0.1:33801_solr, 127.0.0.1:34505_solr, 127.0.0.1:39575_solr]
	at __randomizedtesting.SeedInfo.seed([86E44063EC7B6DD4:F604C4D96834C4DF]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:1049)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:167)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount

Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: deleteByCount
{failure={127.0.0.1:33573_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'deleteByCount_s1_r_n1': Unable to create core [deleteByCount_s1_r_n1] Caused by: null}, success={127.0.0.1:33155_solr={responseHeader={status=0, QTime=98}, core=deleteByCount_s1_r_n2}, 127.0.0.1:33201_solr={responseHeader={status=0, QTime=102}, core=deleteByCount_s1_r_n3}}}

Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: (400)  Error from server at null: Underlying core creation failed while creating collection: deleteByCount
{failure={127.0.0.1:33573_solr=org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException:(400)  Error from server at null: Error CREATEing SolrCore 'deleteByCount_s1_r_n1': Unable to create core [deleteByCount_s1_r_n1] Caused by: null}, success={127.0.0.1:33155_solr={responseHeader={status=0, QTime=98}, core=deleteByCount_s1_r_n2}, 127.0.0.1:33201_solr={responseHeader={status=0, QTime=102}, core=deleteByCount_s1_r_n3}}}
	at __randomizedtesting.SeedInfo.seed([86E44063EC7B6DD4:EA4184175B6D58A0]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:944)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount(DeleteReplicaTest.java:188)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([86E44063EC7B6DD4:26FE0B38480B26D8]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([86E44063EC7B6DD4:C6CB37D1770C3ED1]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17033 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.549 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=86E44063EC7B6DD4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=86E44063EC7B6DD4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=86E44063EC7B6DD4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaByCount (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteReplicaTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteReplicaTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=86E44063EC7B6DD4 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validatio

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 57s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2253 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2253/

3 tests failed.
FAILED:  org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard

Error Message:
java.lang.AssertionError: expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([636762DDF0A9C1B6:C37D298654D98ABA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard(DeleteShardTest.java:170)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd

Error Message:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>

Stack Trace:
java.lang.AssertionError: 
Expected: is <1>
     but: was <2>
	at __randomizedtesting.SeedInfo.seed([636762DDF0A9C1B6:CB8D912007B92173]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:964)
	at org.junit.Assert.assertThat(Assert.java:930)
	at org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd(DistributedUpdateProcessorTest.java:109)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.mockito.internal.junit.JUnitRule$1.evaluateSafely(JUnitRule.java:52)
	at org.mockito.internal.junit.JUnitRule$1.evaluate(JUnitRule.java:43)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([636762DDF0A9C1B6:2348156F6BDE92B3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 15557 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.409 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=636762DDF0A9C1B6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.cloud.DeleteShardTest.testDirectoryCleanupAfterDeleteShard (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.DeleteShardTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.DeleteShardTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=636762DDF0A9C1B6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.update.processor.DistributedUpdateProcessorTest.testVersionAdd (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.update.processor.DistributedUpdateProcessorTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.update.processor.DistributedUpdateProcessorTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=636762DDF0A9C1B6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/cor

[...truncated too long message...]

  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21m 11s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2252 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2252/

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([9EA3B17631129E8E:DE8CC6C4AA65CD8B]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 14936 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.596 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=9EA3B17631129E8E -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/reporters/jmx/JmxMetricsReporter.java:537, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:574, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/metrics/SolrMetricManager.java:1119, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:309, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:326, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:344, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:385, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:392, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/CollectionsHandler.java:395, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/BackupCoreOp.java:43, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/admin/MetricsHistoryHandler.java:350, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:784, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/handler/IndexFetcher.java:1134, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/PKIAuthenticationPlugin.java:192, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/security/RuleBasedAuthorizationPluginBase.java:139, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:47, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/cloud/DistributedMap.java:54, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLog

[...truncated too long message...]


  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:468, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:511, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:516, 
  Found an unexpected log level: istraceenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:532, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:562, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/ParWork.java:564, 
  Change the logger name to lower-case 'log' in SolrQueuedThreadPool.java   private static final Logger LOG = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass()); projectproject ':solr:solrj', 
  Change the logger name to lower-case 'log' in ZooKeeperExposed.java     private static final Logger LOG = LoggerFactory.getLogger(ZooKeeperTestable.class); projectproject ':solr:solrj', 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 4s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2251 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2251/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700775751747371008>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700775751747371008>
	at __randomizedtesting.SeedInfo.seed([BC1FE171C19C092B:44D91844528591E3]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([BC1FE171C19C092B:FC3096C35AEB5A2E]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:90)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16418 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.903 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1FE171C19C092B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=BC1FE171C19C092B -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 13s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2250 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2250/

2 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700770737659314176>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700770737659314176>
	at __randomizedtesting.SeedInfo.seed([D9BB277A81B427E6:217DDE4F12ADBF2E]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([D9BB277A81B427E6:999450C81AC374E3]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 16358 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.068 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D9BB277A81B427E6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=D9BB277A81B427E6 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

20: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

21: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

22: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-collections4:4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-collections4-4.4.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

23: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:contrib:extraction:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

24: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:prometheus-exporter:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

25: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:velocity:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

26: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':lucene:core:renderJavadoc'.
> Javadoc generation failed for :lucene:core,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/core/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:forbiddenApisTest'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

31: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/documentation/render-javadoc.gradle' line: 576

* What went wrong:
Execution failed for task ':solr:solrj:renderJavadoc'.
> Javadoc generation failed for :solr:solrj,
    Options file at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-options.txt
    Command output at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/tmp/renderJavadoc/javadoc-output.txt

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

32: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:core:validateLogCalls'.
> Found 751 violations in source files (
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:258, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:417, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:573, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:610, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:700, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:706, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:934, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/client/solrj/embedded/JettySolrRunner.java:960, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/IndexDeletionPolicyWrapper.java:349, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:96, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCores.java:292, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/ConfigXpathExpressions.java:571, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:366, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1593, 
  cause: 'Line contains toString' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/src/java/org/apache/solr/core/SolrCore.java:1651, 
  cause: 'hasPlus: true' Suspicious logging call, Para

[...truncated too long message...]

w helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 20m 3s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Solr » Solr-Check-cloud2refimpl - Build # 2249 - Still Failing!

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-cloud2refimpl/2249/

6 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:DE1B5459A9C8E475]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute(CollectionsAPISolrJTest.java:884)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse

Error Message:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:6E83E6C40D9899F2]:0)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:832)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:563)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:370)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1156)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:900)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:832)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse(ConfigSetsAPITest.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)
Caused by: java.util.concurrent.TimeoutException
	at org.eclipse.jetty.client.util.InputStreamResponseListener.get(InputStreamResponseListener.java:216)
	at org.apache.solr.client.solrj.impl.Http2SolrClient.processErrorsAndResponse(Http2SolrClient.java:830)
	... 44 more


FAILED:  org.apache.solr.cloud.ConfigSetsAPITest.classMethod

Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=4347, name=overseerZkWriterExecutor-TGRP-ConfigSetsAPITest-3976, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$811/0x0000000100a85440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.ConfigSetsAPITest: 
   1) Thread[id=4347, name=overseerZkWriterExecutor-TGRP-ConfigSetsAPITest-3976, state=TIMED_WAITING, group=TGRP-ConfigSetsAPITest]
        at java.base@11.0.9/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@11.0.9/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079)
        at java.base@11.0.9/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369)
        at java.base@11.0.9/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)
        at app//org.apache.solr.common.cloud.ZkStateReader.waitForState(ZkStateReader.java:2258)
        at app//org.apache.solr.cloud.api.collections.CreateCollectionCmd$1.call(CreateCollectionCmd.java:402)
        at app//org.apache.solr.cloud.api.collections.OverseerCollectionMessageHandler.processMessage(OverseerCollectionMessageHandler.java:332)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.runAsync(Overseer.java:1155)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher.lambda$processQueueItems$0(Overseer.java:1080)
        at app//org.apache.solr.cloud.Overseer$CollectionWorkQueueWatcher$$Lambda$811/0x0000000100a85440.run(Unknown Source)
        at java.base@11.0.9/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base@11.0.9/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at java.base@11.0.9/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at app//org.apache.solr.common.ParWorkExecutor$ParWorkThreadFactory$1.run(ParWorkExecutor.java:117)
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59]:0)


FAILED:  org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl

Error Message:
java.lang.AssertionError: java.util.concurrent.TimeoutException

Stack Trace:
java.lang.AssertionError: java.util.concurrent.TimeoutException
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:7E3C3097D9D895F]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl(OverseerModifyCollectionTest.java:79)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned

Error Message:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700765730846277632>

Stack Trace:
java.lang.AssertionError: Version on add must match _version_ field expected:<0> but was:<1700765730846277632>
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:56BD1049E248D591]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:120)
	at org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned(CloudHttp2SolrClientTest.java:823)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)


FAILED:  org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider

Error Message:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown

Stack Trace:
junit.framework.AssertionFailedError: Expected exception AlreadyClosedException but no exception was thrown
	at __randomizedtesting.SeedInfo.seed([AE7BE97C71514D59:EE549ECEEA261E5C]:0)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2763)
	at org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2753)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.checkAndCloseProvider(TestCloudSolrClientConnections.java:86)
	at org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider(TestCloudSolrClientConnections.java:55)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1754)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:942)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:978)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
	at org.apache.solr.SolrTestCase$TestRuleSetupTeardownChained$1.evaluate(SolrTestCase.java:918)
	at org.apache.solr.SolrTestCase$TestRuleThreadAndTestName$TestStatement.evaluate(SolrTestCase.java:876)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:470)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:951)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:887)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.solr.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:370)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:819)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:406)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:712)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:633)




Build Log:
[...truncated 17880 lines...]
asciidoctor: ERROR: indexing-nested-documents.adoc: line 205: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: ERROR: indexing-nested-documents.adoc: line 372: include file not found: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/IndexingNestedDocuments.java
asciidoctor: WARNING: using-solrj.adoc: line 119: tag 'solrj-cloudsolrclient-baseurl' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 127: tag 'solrj-cloudsolrclient-zookeepernoroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
asciidoctor: WARNING: using-solrj.adoc: line 132: tag 'solrj-cloudsolrclient-zookeeperroot' not found in include file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/ref_guide_examples/UsingSolrJRefGuideExamplesTest.java
                    done in 26.979 seconds.
 Auto-regeneration: disabled. Use --watch to enable.

> Task :solr:solr-ref-guide:buildSite
Processed 2441 links (1757 relative) to 3507 anchors in 243 files

> Task :solr:solr-ref-guide:check
> Task :solr:webapp:check
> Task :lucene:analysis:common:check
> Task :lucene:analysis:icu:check
> Task :lucene:analysis:kuromoji:check
> Task :lucene:analysis:morfologik:check
> Task :lucene:analysis:nori:check
> Task :lucene:analysis:opennlp:check
> Task :lucene:analysis:phonetic:check
> Task :lucene:analysis:smartcn:check
> Task :lucene:analysis:stempel:check
> Task :solr:contrib:analysis-extras:check
> Task :solr:contrib:jaegertracer-configurator:check
> Task :solr:contrib:langid:check

ERROR: The following test(s) have failed:
  - org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.testVersionsAreReturned (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.CloudHttp2SolrClientTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.testAlreadyClosedClusterStateProvider (:solr:solrj)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections.txt
    Reproduce with: gradlew :solr:solrj:test --tests "org.apache.solr.client.solrj.impl.TestCloudSolrClientConnections" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ConfigSetsAPITest.testConfigSetDeleteWhenInUse (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.ConfigSetsAPITest.classMethod (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.ConfigSetsAPITest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.ConfigSetsAPITest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.CollectionsAPISolrJTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.CollectionsAPISolrJTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.cloud.OverseerModifyCollectionTest.testModifyColl (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cloud.OverseerModifyCollectionTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cloud.OverseerModifyCollectionTest" -Ptests.jvms=4 -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:TieredStopAtLevel=1 -Ptests.seed=AE7BE97C71514D59 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII


FAILURE: Build completed with 50 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':checkUnusedConstraints'.
> There are unused pins in your versions.props: 
  [commons-beanutils:commons-beanutils, com.fasterxml.woodstox:woodstox-core:6.2.3, org.lz4:lz4-java:1.7.1, org.awaitility:awaitility:4.0.3]
  
  Rerun with --fix to remove them.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

2: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':validateSourcePatterns'.
> Found 3 violations in source files (nocommit).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/versions-props-sorted.gradle' line: 30

* What went wrong:
Execution failed for task ':versionsPropsAreSorted'.
> /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/versions.props file is not sorted lexicographically. I wrote a sorted file to /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/build/versions.props - please review and commit.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

4: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:benchmark:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/xercesImpl-2.12.1.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

5: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:expressions:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

6: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:facet:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hppc-0.8.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

7: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:luke:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/log4j-core-2.14.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

8: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:replicator:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/jetty-util-9.4.36.v20210114.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

9: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

10: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':lucene:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/lucene/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

11: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:core:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hppc:0.8.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hppc-0.8.2.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.dataformat:jackson-dataformat-smile:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-dataformat-smile-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-2.4.0.jar.sha1
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-1.2.2.jar.sha1
    - Dependency checksum missing ('com.github.ben-manes.caffeine:caffeine:2.8.8'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/caffeine-2.8.8.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-10.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('xerces:xercesImpl:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xercesImpl-2.12.1.jar.sha1
    - Dependency checksum missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-1.4.01.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

12: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:core:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.staxmate:staxmate:2.4.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/staxmate-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.fasterxml:aalto-xml:1.2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-xml-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/aalto-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.saxon:Saxon-HE:10.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-HE-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/Saxon-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('xml-apis:xml-apis:1.4.01'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-apis-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xml-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

13: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:server:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-annotations:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-annotations-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-core:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-core-2.12.1.jar.sha1
    - Dependency checksum missing ('com.fasterxml.jackson.core:jackson-databind:2.12.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jackson-databind-2.12.1.jar.sha1
    - Dependency checksum missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-1.0.5.jar.sha1
    - Dependency checksum missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-1.3.2.jar.sha1
    - Dependency checksum missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-1.3.jar.sha1
    - Dependency checksum missing ('org.apache.commons:commons-lang3:3.11'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang3-3.11.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-1.2-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-1.2-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-web:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-web-2.14.0.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-annotations:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-annotations-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-continuation:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-continuation-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-deploy:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-deploy-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jmx:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jmx-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-jndi:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-jndi-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-plus:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-plus-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-quickstart:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-quickstart-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-rewrite:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-rewrite-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlets:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlets-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-start:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-start-9.4.36.v20210114-shaded.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-analysis:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-analysis-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-commons:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-commons-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm-tree:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-tree-9.0.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

14: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:server:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.vlkan.log4j2:log4j2-logstash-layout:1.0.5'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-layout-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-logstash-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j2-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.annotation:javax.annotation-api:1.3.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.annotation-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('javax.transaction:javax.transaction-api:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-api-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/javax.transaction-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

15: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:solrj:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-6.2.3.jar.sha1
    - Dependency checksum missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-0.4.4.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-4.2.0.jar.sha1
    - Dependency checksum missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-2.27.0.jar.sha1
    - Dependency checksum missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-1.0.1.jar.sha1
    - Dependency checksum missing ('com.google.guava:guava:29.0-jre'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/guava-29.0-jre.jar.sha1
    - Dependency checksum missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1
    - Dependency checksum missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-1.3.jar.sha1
    - Dependency checksum missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-1.4.jar.sha1
    - Dependency checksum missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-2.6.jar.sha1
    - Dependency checksum missing ('io.netty:netty-buffer:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-codec:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-handler:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-resolver:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-epoll:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport-native-unix-common:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('io.netty:netty-transport:4.1.50.Final'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
    - Dependency checksum missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-2.12.0.jar.sha1
    - Dependency checksum missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-1.2.jar.sha1
    - Dependency checksum missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-2.3.jar.sha1
    - Dependency checksum missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-5.0.3.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpclient:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpclient-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpcore:4.4.13'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpcore-4.4.13.jar.sha1
    - Dependency checksum missing ('org.apache.httpcomponents:httpmime:4.5.12'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/httpmime-4.5.12.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-slf4j-impl:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-slf4j-impl-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper-jute:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
    - Dependency checksum missing ('org.apache.zookeeper:zookeeper:3.6.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zookeeper-3.6.2.jar.sha1
    - Dependency checksum missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-2.11.1.jar.sha1
    - Dependency checksum missing ('org.codehaus.woodstox:stax2-api:4.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/stax2-api-4.2.1.jar.sha1
    - Dependency checksum missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-2.2.1.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-common:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-common-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-hpack:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-hpack-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty.http2:http2-http-client-transport:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/http2-http-client-transport-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-java-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-java-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-alpn-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-alpn-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-client:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-client-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-security:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-security-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-servlet:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-servlet-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util-ajax:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-ajax-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-webapp:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-webapp-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-xml:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-xml-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1
    - Dependency checksum missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-3.19.0.jar.sha1
    - Dependency checksum missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-1.7.1.jar.sha1
    - Dependency checksum missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-1.1.1.jar.sha1
    - Dependency checksum missing ('org.ow2.asm:asm:9.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/asm-9.0.jar.sha1
    - Dependency checksum missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-1.1.8.1.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-2.7.0.jar.sha1
    - Dependency checksum missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-2.7.0.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

16: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:solrj:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('com.fasterxml.woodstox:woodstox-core:6.2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/woodstox-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.flipkart.zjsonpatch:zjsonpatch:0.4.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/zjsonpatch-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars-helpers:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-helpers-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.jknack:handlebars:4.2.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/handlebars-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.github.tomakehurst:wiremock-jre8:2.27.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-jre8-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/wiremock-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:failureaccess:1.0.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/failureaccess-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/listenablefuture-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('com.google.j2objc:j2objc-annotations:1.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-annotations-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/j2objc-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-fileupload:commons-fileupload:1.4'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-fileupload-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('commons-lang:commons-lang:2.6'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-lang-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/commons-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.javacrumbs.json-unit:json-unit-core:2.12.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-unit-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:accessors-smart:1.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/accessors-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.minidev:json-smart:2.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-smart-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/json-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('net.sf.jopt-simple:jopt-simple:5.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-simple-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jopt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.checkerframework:checker-qual:2.11.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-qual-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/checker-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.conscrypt:conscrypt-openjdk-uber:2.2.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-uber-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-openjdk-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/conscrypt-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.jline:jline:3.19.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jline-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.lz4:lz4-java:1.7.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/lz4-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.opentest4j:opentest4j:1.1.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/opentest4j-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xerial.snappy:snappy-java:1.1.8.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-java-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/snappy-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-core:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-core-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-legacy:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-legacy-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.xmlunit:xmlunit-placeholders:2.7.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-placeholders-LICENSE-[type].txt or /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/xmlunit-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

17: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('junit:junit:4.13.1'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/junit-4.13.1.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-api:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-api-2.14.0.jar.sha1
    - Dependency checksum missing ('org.apache.logging.log4j:log4j-core:2.14.0'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/log4j-core-2.14.0.jar.sha1
    - Dependency checksum missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-4.0.3.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-http:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-http-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-io:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-io-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-server:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-server-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.eclipse.jetty:jetty-util:9.4.36.v20210114'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/jetty-util-9.4.36.v20210114.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest-core:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-core-2.2.jar.sha1
    - Dependency checksum missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-2.2.jar.sha1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

18: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 264

* What went wrong:
Execution failed for task ':solr:test-framework:validateJarLicenses'.
> Certain license/ notice files are missing:
    - License file missing ('org.awaitility:awaitility:4.0.3'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/awaitility-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].
    - License file missing ('org.hamcrest:hamcrest:2.2'), expected it at: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/licenses/hamcrest-LICENSE-[type].txt, where [type] can be any of [ASL, BSD, BSD_LIKE, CDDL, CPL, EPL, MIT, MPL, PD, SUN, COMPOUND].

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

19: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/jar-checks.gradle' line: 197

* What went wrong:
Execution failed for task ':solr:contrib:clustering:validateJarChecksums'.
> Dependency checksum validation failed:
    - Dependency checksum missing ('com.carrotsearch:hp

[...truncated too long message...]

 helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:868, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:923, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1099, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1159, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  cause: 'hasPlus: true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1273, 
  Found an unexpected log level: isdebugenabled, file: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZkClient.java:1390, 
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/solrj/src/test/org/apache/solr/client/solrj/impl/BaseSolrClientWireMockTest.java:156, 
  Change the logger name to lower-case 'log' in SolrProvider.java   private static final Logger LOGGER = StatusLogger.getLogger(); projectproject ':solr:solrj').

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

40: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-source-patterns.gradle' line: 324

* What went wrong:
Execution failed for task ':solr:solrj:validateSourcePatterns'.
> Found 20 violations in source files (invalid logger name [log, uses static class name, not specialized logger], invalid logging pattern [not private static final, uses static class name]).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

41: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

42: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:test-framework:forbiddenApisMain'.
> de.thetaphi.forbiddenapis.ForbiddenApiException: Check for forbidden API calls failed, see log.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

43: Task failed with an exception.
-----------
* Where:
Script '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/gradle/validation/validate-log-calls.gradle' line: 243

* What went wrong:
Execution failed for task ':solr:test-framework:validateLogCalls'.
> Found 1 violations in source files (
  cause: 'hasParens true prevLineNotIf true pernicketyLevel true' Suspicious logging call, Parameterize and possibly surround with 'if (log.is*Enabled) {..}'. Help at: 'gradlew helpValidateLogCalls' 
      /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-cloud2refimpl/solr/test-framework/src/java/org/apache/solr/cloud/MiniSolrCloudCluster.java:299).

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

44: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:analytics:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

45: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

46: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

47: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:dataimporthandler-extras:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

48: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintMain'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

49: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:extraction:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

50: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:contrib:ltr:ecjLintTest'.
> Process 'command '/usr/local/asfpackages/java/oraclejdk-11.0.9/bin/java'' finished with non-zero exit value 255

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
==============================================================================

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.4.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 19m 43s
788 actionable tasks: 788 executed
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any