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 2023/06/21 20:39:15 UTC

[JENKINS] Solr » Solr-Check-main - Build # 7219 - Unstable!

Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/7219/

1 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3452, name=coreZkRegister-1853-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=3452, name=coreZkRegister-1853-thread-1, state=RUNNABLE, group=TGRP-DeleteReplicaTest]
	at __randomizedtesting.SeedInfo.seed([B900E2D646DC0ACA:D31683062E2E4000]:0)
Caused by: java.lang.AssertionError: Failed to delete replica
	at __randomizedtesting.SeedInfo.seed([B900E2D646DC0ACA]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.apache.solr.cloud.DeleteReplicaTest.lambda$raceConditionOnDeleteAndRegisterReplica$10(DeleteReplicaTest.java:406)
	at org.apache.solr.core.ZkContainer.lambda$registerInZk$1(ZkContainer.java:211)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)




Build Log:
[...truncated 14597 lines...]
ERROR: The following test(s) have failed:
  - org.apache.solr.cloud.DeleteReplicaTest.raceConditionOnDeleteAndRegisterReplica (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/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.raceConditionOnDeleteAndRegisterReplica" -Ptests.jvms=4 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=B900E2D646DC0ACA -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

WARNING: there were unreferenced files under license folder:
  - /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/licenses/auto-value-LICENSE-ASL.txt
  - /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/licenses/auto-value-NOTICE.txt

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 51m 54s
595 actionable tasks: 595 executed

Publishing build scan...
https://ge.apache.org/s/pnwxljeckb5eu

Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
hudson.FilePath$ValidateAntFileMask$1Cancel
	at hudson.FilePath$ValidateAntFileMask$1.isCaseSensitive(FilePath.java:3300)
	at org.apache.tools.ant.DirectoryScanner.isIncluded(DirectoryScanner.java:1370)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1241)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1194)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1156)
	at org.apache.tools.ant.DirectoryScanner.checkIncludePatterns(DirectoryScanner.java:954)
	at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:912)
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3313)
Caused: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3318)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3196)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3174)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene-solr-2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1192)
		at hudson.FilePath.act(FilePath.java:1181)
		at hudson.FilePath.validateAntFileMask(FilePath.java:3171)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
		at hudson.model.Build$BuildExecution.post2(Build.java:179)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
		at hudson.model.Run.execute(Run.java:1925)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3580)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused: java.lang.InterruptedException: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1194)
	at hudson.FilePath.act(FilePath.java:1181)
	at hudson.FilePath.validateAntFileMask(FilePath.java:3171)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
	at hudson.model.Build$BuildExecution.post2(Build.java:179)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
	at hudson.model.Run.execute(Run.java:1925)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)

[JENKINS] Solr » Solr-Check-main - Build # 7220 - Still Unstable!

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

3 tests failed.
FAILED:  org.apache.solr.schema.DenseVectorFieldTest.denseVectorFieldOnAtomicUpdate_shouldBeUpdatedCorrectly

Error Message:
org.apache.solr.common.SolrException: Atomic document updates are not supported unless <updateLog/> is configured

Stack Trace:
org.apache.solr.common.SolrException: Atomic document updates are not supported unless <updateLog/> is configured
	at __randomizedtesting.SeedInfo.seed([F9F14740336CF660:137CDFF8348321CB]:0)
	at app//org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:297)
	at app//org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:234)
	at app//org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:111)
	at app//org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:189)
	at app//org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:120)
	at app//org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:102)
	at app//org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:84)
	at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224)
	at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2893)
	at app//org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:113)
	at app//org.apache.solr.util.TestHarness.update(TestHarness.java:295)
	at app//org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:270)
	at app//org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:238)
	at app//org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:969)
	at app//org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:951)
	at app//org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:946)
	at app//org.apache.solr.schema.DenseVectorFieldTest.denseVectorFieldOnAtomicUpdate_shouldBeUpdatedCorrectly(DenseVectorFieldTest.java:681)
	at java.base@11.0.16.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base@11.0.16.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base@11.0.16.1/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base@11.0.16.1/java.lang.reflect.Method.invoke(Method.java:566)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base@11.0.16.1/java.lang.Thread.run(Thread.java:829)


FAILED:  org.apache.solr.schema.DenseVectorFieldTest.denseVectorField_shouldBePresentAfterAtomicUpdate

Error Message:
org.apache.solr.common.SolrException: Atomic document updates are not supported unless <updateLog/> is configured

Stack Trace:
org.apache.solr.common.SolrException: Atomic document updates are not supported unless <updateLog/> is configured
	at __randomizedtesting.SeedInfo.seed([F9F14740336CF660:EC46A5FF0CEE22EA]:0)
	at app//org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:297)
	at app//org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:234)
	at app//org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:111)
	at app//org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:189)
	at app//org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:120)
	at app//org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:102)
	at app//org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:84)
	at app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224)
	at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2893)
	at app//org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:113)
	at app//org.apache.solr.util.TestHarness.update(TestHarness.java:295)
	at app//org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:270)
	at app//org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:238)
	at app//org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:969)
	at app//org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:951)
	at app//org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:946)
	at app//org.apache.solr.schema.DenseVectorFieldTest.denseVectorField_shouldBePresentAfterAtomicUpdate(DenseVectorFieldTest.java:644)
	at java.base@11.0.16.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base@11.0.16.1/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base@11.0.16.1/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base@11.0.16.1/java.lang.reflect.Method.invoke(Method.java:566)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
	at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base@11.0.16.1/java.lang.Thread.run(Thread.java:829)


FAILED:  org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew

Error Message:
java.lang.AssertionError: expected:<200> but was:<403>

Stack Trace:
java.lang.AssertionError: expected:<200> but was:<403>
	at __randomizedtesting.SeedInfo.seed([F9F14740336CF660:CE6AB35E0BA02BC4]: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.security.hadoop.TestDelegationWithHadoopAuth.renewDelegationToken(TestDelegationWithHadoopAuth.java:122)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.verifyDelegationTokenRenew(TestDelegationWithHadoopAuth.java:307)
	at org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew(TestDelegationWithHadoopAuth.java:327)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.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 org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.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:390)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
	at java.base/java.lang.Thread.run(Thread.java:829)




Build Log:
[...truncated 1264 lines...]
  2>           => org.apache.solr.common.SolrException: ERROR: [doc=0] Error adding field 'vector_byte_encoding'='[128, 6, 7, 8]' msg=Error while creating field 'vector_byte_encoding{type=knn_vector_byte_encoding,properties=indexed,stored}' from value '[128, 6, 7, 8]'
  2> 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:248)
  2> org.apache.solr.common.SolrException: ERROR: [doc=0] Error adding field 'vector_byte_encoding'='[128, 6, 7, 8]' msg=Error while creating field 'vector_byte_encoding{type=knn_vector_byte_encoding,properties=indexed,stored}' from value '[128, 6, 7, 8]'
  2> 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:248) ~[main/:?]
  2> 	at org.apache.solr.update.AddUpdateCommand.makeLuceneDocs(AddUpdateCommand.java:213) ~[main/:?]
  2> 	at org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:1057) ~[main/:?]
  2> 	at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:421) ~[main/:?]
  2> 	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:374) ~[main/:?]
  2> 	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:311) ~[main/:?]
  2> 	at org.apache.solr.update.processor.RunUpdateProcessorFactory$RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:76) ~[main/:?]
  2> 	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:54) ~[main/:?]
  2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:301) ~[main/:?]
  2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:234) ~[main/:?]
  2> 	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:111) ~[main/:?]
  2> 	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:189) ~[main/:?]
  2> 	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:120) ~[main/:?]
  2> 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:102) ~[main/:?]
  2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:84) ~[main/:?]
  2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224) [main/:?]
  2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2893) [main/:?]
  2> 	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:113) [main/:?]
  2> 	at org.apache.solr.util.TestHarness.update(TestHarness.java:295) [solr-test-framework-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 3e10f8b8901751de78e3c5b93538be133b6336ff [snapshot build, details omitted]]
  2> 	at org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:270) [solr-test-framework-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 3e10f8b8901751de78e3c5b93538be133b6336ff [snapshot build, details omitted]]
  2> 	at org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:238) [solr-test-framework-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 3e10f8b8901751de78e3c5b93538be133b6336ff [snapshot build, details omitted]]
  2> 	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:969) [solr-test-framework-10.0.0-SNAPSHOT.jar:?]
  2> 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:951) [solr-test-framework-10.0.0-SNAPSHOT.jar:?]
  2> 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:946) [solr-test-framework-10.0.0-SNAPSHOT.jar:?]
  2> 	at org.apache.solr.schema.DenseVectorFieldTest.lambda$denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries$10(DenseVectorFieldTest.java:709) [test/:?]
  2> 	at org.junit.Assert.assertThrows(Assert.java:1001) [junit-4.13.2.jar:4.13.2]
  2> 	at org.apache.solr.schema.DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries(DenseVectorFieldTest.java:705) [test/:?]
  2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
  2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2> 	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.2.jar:4.13.2]
  2> 	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.2.jar:4.13.2]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.2.jar:4.13.2]
  2> 	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.2.jar:4.13.2]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at java.lang.Thread.run(Thread.java:829) [?:?]
  2> Caused by: org.apache.solr.common.SolrException: Error while creating field 'vector_byte_encoding{type=knn_vector_byte_encoding,properties=indexed,stored}' from value '[128, 6, 7, 8]'
  2> 	at org.apache.solr.schema.DenseVectorField.createFields(DenseVectorField.java:244) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:67) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.addOriginalField(DocumentBuilder.java:304) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:193) ~[main/:?]
  2> 	... 72 more
  2> Caused by: org.apache.solr.common.SolrException: incorrect vector element: '128'. The expected format is:'[b1,b2..b3]' where each element b is a byte (-128 to 127)
  2> 	at org.apache.solr.util.vector.DenseVectorParser.parseIndexVector(DenseVectorParser.java:67) ~[main/:?]
  2> 	at org.apache.solr.util.vector.DenseVectorParser.parseVector(DenseVectorParser.java:45) ~[main/:?]
  2> 	at org.apache.solr.util.vector.ByteDenseVectorParser.getByteVector(ByteDenseVectorParser.java:34) ~[main/:?]
  2> 	at org.apache.solr.schema.DenseVectorField.createField(DenseVectorField.java:260) ~[main/:?]
  2> 	at org.apache.solr.schema.DenseVectorField.createFields(DenseVectorField.java:227) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:67) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.addOriginalField(DocumentBuilder.java:304) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:193) ~[main/:?]
  2> 	... 72 more
  2> 794272 INFO  (TEST-DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries-seed#[F9F14740336CF660]) [ x:collection1] o.a.s.u.p.LogUpdateProcessorFactory webapp=null path=null params={}{} 0 0
  2> 794272 ERROR (TEST-DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries-seed#[F9F14740336CF660]) [ x:collection1] o.a.s.h.RequestHandlerBase Server exception
  2>           => org.apache.solr.common.SolrException: ERROR: [doc=1] Error adding field 'vector_byte_encoding'='[1, -129, 7, 8]' msg=Error while creating field 'vector_byte_encoding{type=knn_vector_byte_encoding,properties=indexed,stored}' from value '[1, -129, 7, 8]'
  2> 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:248)
  2> org.apache.solr.common.SolrException: ERROR: [doc=1] Error adding field 'vector_byte_encoding'='[1, -129, 7, 8]' msg=Error while creating field 'vector_byte_encoding{type=knn_vector_byte_encoding,properties=indexed,stored}' from value '[1, -129, 7, 8]'
  2> 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:248) ~[main/:?]
  2> 	at org.apache.solr.update.AddUpdateCommand.makeLuceneDocs(AddUpdateCommand.java:213) ~[main/:?]
  2> 	at org.apache.solr.update.DirectUpdateHandler2.updateDocOrDocValues(DirectUpdateHandler2.java:1057) ~[main/:?]
  2> 	at org.apache.solr.update.DirectUpdateHandler2.doNormalUpdate(DirectUpdateHandler2.java:421) ~[main/:?]
  2> 	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:374) ~[main/:?]
  2> 	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:311) ~[main/:?]
  2> 	at org.apache.solr.update.processor.RunUpdateProcessorFactory$RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:76) ~[main/:?]
  2> 	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:54) ~[main/:?]
  2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:301) ~[main/:?]
  2> 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:234) ~[main/:?]
  2> 	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:111) ~[main/:?]
  2> 	at org.apache.solr.handler.loader.XMLLoader.processUpdate(XMLLoader.java:189) ~[main/:?]
  2> 	at org.apache.solr.handler.loader.XMLLoader.load(XMLLoader.java:120) ~[main/:?]
  2> 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:102) ~[main/:?]
  2> 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:84) ~[main/:?]
  2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224) [main/:?]
  2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2893) [main/:?]
  2> 	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:113) [main/:?]
  2> 	at org.apache.solr.util.TestHarness.update(TestHarness.java:295) [solr-test-framework-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 3e10f8b8901751de78e3c5b93538be133b6336ff [snapshot build, details omitted]]
  2> 	at org.apache.solr.util.BaseTestHarness.checkUpdateStatus(BaseTestHarness.java:270) [solr-test-framework-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 3e10f8b8901751de78e3c5b93538be133b6336ff [snapshot build, details omitted]]
  2> 	at org.apache.solr.util.BaseTestHarness.validateUpdate(BaseTestHarness.java:238) [solr-test-framework-10.0.0-SNAPSHOT.jar:10.0.0-SNAPSHOT 3e10f8b8901751de78e3c5b93538be133b6336ff [snapshot build, details omitted]]
  2> 	at org.apache.solr.SolrTestCaseJ4.checkUpdateU(SolrTestCaseJ4.java:969) [solr-test-framework-10.0.0-SNAPSHOT.jar:?]
  2> 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:951) [solr-test-framework-10.0.0-SNAPSHOT.jar:?]
  2> 	at org.apache.solr.SolrTestCaseJ4.assertU(SolrTestCaseJ4.java:946) [solr-test-framework-10.0.0-SNAPSHOT.jar:?]
  2> 	at org.apache.solr.schema.DenseVectorFieldTest.lambda$denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries$11(DenseVectorFieldTest.java:731) [test/:?]
  2> 	at org.junit.Assert.assertThrows(Assert.java:1001) [junit-4.13.2.jar:4.13.2]
  2> 	at org.apache.solr.schema.DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries(DenseVectorFieldTest.java:727) [test/:?]
  2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
  2> 	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
  2> 	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
  2> 	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1758) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:946) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:982) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:996) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.2.jar:4.13.2]
  2> 	at org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.2.jar:4.13.2]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.2.jar:4.13.2]
  2> 	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47) [lucene-test-framework-9.6.0.jar:9.6.0 f94cd1750d198cd0294fb1d967c4e511a7035f1e - 2023-05-03 10:50:43]
  2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.2.jar:4.13.2]
  2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850) [randomizedtesting-runner-2.8.1.jar:?]
  2> 	at java.lang.Thread.run(Thread.java:829) [?:?]
  2> Caused by: org.apache.solr.common.SolrException: Error while creating field 'vector_byte_encoding{type=knn_vector_byte_encoding,properties=indexed,stored}' from value '[1, -129, 7, 8]'
  2> 	at org.apache.solr.schema.DenseVectorField.createFields(DenseVectorField.java:244) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:67) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.addOriginalField(DocumentBuilder.java:304) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:193) ~[main/:?]
  2> 	... 72 more
  2> Caused by: org.apache.solr.common.SolrException: incorrect vector element: '-129'. The expected format is:'[b1,b2..b3]' where each element b is a byte (-128 to 127)
  2> 	at org.apache.solr.util.vector.DenseVectorParser.parseIndexVector(DenseVectorParser.java:67) ~[main/:?]
  2> 	at org.apache.solr.util.vector.DenseVectorParser.parseVector(DenseVectorParser.java:45) ~[main/:?]
  2> 	at org.apache.solr.util.vector.ByteDenseVectorParser.getByteVector(ByteDenseVectorParser.java:34) ~[main/:?]
  2> 	at org.apache.solr.schema.DenseVectorField.createField(DenseVectorField.java:260) ~[main/:?]
  2> 	at org.apache.solr.schema.DenseVectorField.createFields(DenseVectorField.java:227) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:67) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.addOriginalField(DocumentBuilder.java:304) ~[main/:?]
  2> 	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:193) ~[main/:?]
  2> 	... 72 more
  2> 794275 INFO  (TEST-DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###deleteCore
  2> 794275 INFO  (TEST-DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Shutting down CoreContainer instance=604653577
  2> 794275 INFO  (coreCloseExecutor-10958-thread-1) [ x:collection1] o.a.s.c.SolrCore CLOSING SolrCore org.apache.solr.core.SolrCore@6403e314 collection1
  2> 794276 INFO  (coreCloseExecutor-10958-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@6403e314
  2> 794290 INFO  (coreCloseExecutor-10958-thread-1) [ x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
  2> 794295 INFO  (TEST-DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 794300 INFO  (TEST-DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 794304 INFO  (TEST-DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 794312 INFO  (TEST-DenseVectorFieldTest.denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Ending denseVectorByteEncoding_shouldRaiseExceptionWithValuesOutsideBoundaries
  2> 794316 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Starting query_fieldQuery_shouldThrowException
  2> 794316 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore
  2> 794318 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 794329 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 794330 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-145-001
  2> 794331 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Schema name=schema-densevector
  2> 794331 WARN  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_byte_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 794331 WARN  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_float_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 794331 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Loaded schema schema-densevector/1.0 with uniqueid field id
  2> 797075 WARN  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
  2> 797098 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 797109 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 797110 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.s.IndexSchema Schema name=schema-densevector
  2> 797111 WARN  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_byte_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 797111 WARN  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_float_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 797111 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema schema-densevector/1.0 with uniqueid field id
  2> 797112 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1, trusted=true
  2> 797112 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.c.SolrCore Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-145-001/]
  2> 797114 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergedSegmentMB=21.25577449798584, floorSegmentMB=1.6247186660766602, forceMergeDeletesPctAllowed=8.792285167041666, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=1.0, deletesPctAllowed=40.811268147927436
  2> 797137 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 797140 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 797140 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 797141 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=0.0]
  2> 797141 WARN  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/conf ; switching to use InMemory storage instead.
  2> 797142 INFO  (coreLoadExecutor-10968-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
  2> 797142 INFO  (searcherExecutor-10970-thread-1-processing-collection1) [ x:collection1] o.a.s.c.SolrCore Registered new searcher autowarm time: 0 ms
  2> 797161 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 797168 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore end
  2> 797168 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-319 for ERROR logs matching regex: .
  2> 797169 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.S.Request webapp=null path=null params={q=vector:[1.0,+2.0,+3.0,+4.0]&fl=vector&wt=xml} status=400 QTime=1
  2> 797170 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-319 after mutting 1 log messages
  2> 797170 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-320 for ERROR logs matching regex: .
  2> 797170 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.S.Request webapp=null path=null params={q=vector:"[1.0,+2.0,+3.0,+4.0]"&fl=vector&wt=xml} status=400 QTime=0
  2> 797171 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-320 after mutting 1 log messages
  2> 797171 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-321 for ERROR logs matching regex: .
  2> 797171 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.S.Request webapp=null path=null params={q=vector:2.0&fl=vector&wt=xml} status=400 QTime=0
  2> 797172 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-321 after mutting 1 log messages
  2> 797172 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###deleteCore
  2> 797172 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Shutting down CoreContainer instance=6313488
  2> 797172 INFO  (coreCloseExecutor-10975-thread-1) [ x:collection1] o.a.s.c.SolrCore CLOSING SolrCore org.apache.solr.core.SolrCore@410f4ab1 collection1
  2> 797172 INFO  (coreCloseExecutor-10975-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@410f4ab1
  2> 797181 INFO  (coreCloseExecutor-10975-thread-1) [ x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
  2> 797182 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 797188 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 797191 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 797192 INFO  (TEST-DenseVectorFieldTest.query_fieldQuery_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Ending query_fieldQuery_shouldThrowException
  2> 797197 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Starting query_sortByVectorField_shouldThrowException
  2> 797197 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore
  2> 797200 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 797229 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 797229 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-146-001
  2> 797230 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Schema name=schema-densevector
  2> 797230 WARN  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_byte_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 797230 WARN  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_float_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 797230 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Loaded schema schema-densevector/1.0 with uniqueid field id
  2> 799592 WARN  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
  2> 799611 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 799622 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 799623 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.s.IndexSchema Schema name=schema-densevector
  2> 799624 WARN  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_byte_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 799624 WARN  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_float_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 799624 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema schema-densevector/1.0 with uniqueid field id
  2> 799625 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1, trusted=true
  2> 799625 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.c.SolrCore Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-146-001/]
  2> 799626 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergedSegmentMB=21.25577449798584, floorSegmentMB=1.6247186660766602, forceMergeDeletesPctAllowed=8.792285167041666, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=1.0, deletesPctAllowed=40.811268147927436
  2> 799651 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 799654 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 799654 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 799658 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=0.0]
  2> 799659 WARN  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/conf ; switching to use InMemory storage instead.
  2> 799660 INFO  (coreLoadExecutor-10985-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
  2> 799672 INFO  (searcherExecutor-10987-thread-1-processing-collection1) [ x:collection1] o.a.s.c.SolrCore Registered new searcher autowarm time: 0 ms
  2> 799688 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 799695 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore end
  2> 799695 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-322 for ERROR logs matching regex: .
  2> 799696 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.S.Request webapp=null path=null params={q=*:*&sort=vector+desc&wt=xml} status=400 QTime=0
  2> 799696 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-322 after mutting 1 log messages
  2> 799696 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###deleteCore
  2> 799696 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Shutting down CoreContainer instance=63894921
  2> 799697 INFO  (coreCloseExecutor-10992-thread-1) [ x:collection1] o.a.s.c.SolrCore CLOSING SolrCore org.apache.solr.core.SolrCore@1913b265 collection1
  2> 799697 INFO  (coreCloseExecutor-10992-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@1913b265
  2> 799705 INFO  (coreCloseExecutor-10992-thread-1) [ x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
  2> 799706 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 799712 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 799715 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 799716 INFO  (TEST-DenseVectorFieldTest.query_sortByVectorField_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Ending query_sortByVectorField_shouldThrowException
  2> 799720 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Starting fieldDefinition_correctConfiguration_shouldLoadSchemaField
  2> 799720 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore
  2> 799722 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 799732 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 799733 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-147-001
  2> 799733 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Schema name=schema-densevector
  2> 799734 WARN  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_byte_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 799734 WARN  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_float_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 799734 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Loaded schema schema-densevector/1.0 with uniqueid field id
  2> 802645 WARN  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
  2> 802666 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 802678 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 802679 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.s.IndexSchema Schema name=schema-densevector
  2> 802679 WARN  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_byte_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 802679 WARN  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_float_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 802680 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema schema-densevector/1.0 with uniqueid field id
  2> 802680 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1, trusted=true
  2> 802681 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.c.SolrCore Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-147-001/]
  2> 802682 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergedSegmentMB=21.25577449798584, floorSegmentMB=1.6247186660766602, forceMergeDeletesPctAllowed=8.792285167041666, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=1.0, deletesPctAllowed=40.811268147927436
  2> 802704 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 802707 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 802708 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 802708 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=0.0]
  2> 802709 WARN  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/conf ; switching to use InMemory storage instead.
  2> 802709 INFO  (coreLoadExecutor-11002-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
  2> 802710 INFO  (searcherExecutor-11004-thread-1-processing-collection1) [ x:collection1] o.a.s.c.SolrCore Registered new searcher autowarm time: 0 ms
  2> 802731 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 802739 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore end
  2> 802740 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###deleteCore
  2> 802740 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1025331314
  2> 802740 INFO  (coreCloseExecutor-11009-thread-1) [ x:collection1] o.a.s.c.SolrCore CLOSING SolrCore org.apache.solr.core.SolrCore@740f314a collection1
  2> 802740 INFO  (coreCloseExecutor-11009-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@740f314a
  2> 802748 INFO  (coreCloseExecutor-11009-thread-1) [ x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
  2> 802749 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 802754 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 802757 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 802759 INFO  (TEST-DenseVectorFieldTest.fieldDefinition_correctConfiguration_shouldLoadSchemaField-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Ending fieldDefinition_correctConfiguration_shouldLoadSchemaField
  2> 802763 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Starting fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean
  2> 802763 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore
  2> 802765 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 802792 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 802792 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-148-001
  2> 802793 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Schema name=schema-densevector-similarity-null
  2> 802793 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Loaded schema schema-densevector-similarity-null/1.0 with uniqueid field id
  2> 805492 WARN  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
  2> 805514 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 805527 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 805528 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.s.IndexSchema Schema name=schema-densevector-similarity-null
  2> 805528 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema schema-densevector-similarity-null/1.0 with uniqueid field id
  2> 805528 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1, trusted=true
  2> 805528 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.c.SolrCore Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-148-001/]
  2> 805529 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergedSegmentMB=21.25577449798584, floorSegmentMB=1.6247186660766602, forceMergeDeletesPctAllowed=8.792285167041666, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=1.0, deletesPctAllowed=40.811268147927436
  2> 805556 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 805559 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 805559 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 805560 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=0.0]
  2> 805560 WARN  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/conf ; switching to use InMemory storage instead.
  2> 805561 INFO  (coreLoadExecutor-11019-thread-1) [ x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
  2> 805572 INFO  (searcherExecutor-11021-thread-1-processing-collection1) [ x:collection1] o.a.s.c.SolrCore Registered new searcher autowarm time: 0 ms
  2> 805584 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 805594 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore end
  2> 805594 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###deleteCore
  2> 805594 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Shutting down CoreContainer instance=481883325
  2> 805598 INFO  (coreCloseExecutor-11026-thread-1) [ x:collection1] o.a.s.c.SolrCore CLOSING SolrCore org.apache.solr.core.SolrCore@1418d496 collection1
  2> 805598 INFO  (coreCloseExecutor-11026-thread-1) [ x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@1418d496
  2> 805614 INFO  (coreCloseExecutor-11026-thread-1) [ x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
  2> 805619 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
  2> 805625 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
  2> 805629 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
  2> 805648 INFO  (TEST-DenseVectorFieldTest.fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Ending fieldTypeDefinition_nullSimilarityDistance_shouldUseDefaultSimilarityEuclidean
  2> 805653 INFO  (TEST-DenseVectorFieldTest.parseVector_NotAList_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Starting parseVector_NotAList_shouldThrowException
  2> 805656 INFO  (TEST-DenseVectorFieldTest.parseVector_NotAList_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Ending parseVector_NotAList_shouldThrowException
  2> 805662 INFO  (TEST-DenseVectorFieldTest.parseVector_IntArrayList_shouldParseByteArray-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Starting parseVector_IntArrayList_shouldParseByteArray
  2> 805663 INFO  (TEST-DenseVectorFieldTest.parseVector_IntArrayList_shouldParseByteArray-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Ending parseVector_IntArrayList_shouldParseByteArray
  2> 805666 INFO  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ###Starting indexing_inconsistentVectorDimension_shouldThrowException
  2> 805667 INFO  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 ####initCore
  2> 805669 INFO  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 805681 INFO  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 805682 INFO  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-149-001
  2> 805683 INFO  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Schema name=schema-densevector
  2> 805683 WARN  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_byte_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 805683 WARN  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_float_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 805683 INFO  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.s.IndexSchema Loaded schema schema-densevector/1.0 with uniqueid field id
  2> 807858 WARN  (TEST-DenseVectorFieldTest.indexing_inconsistentVectorDimension_shouldThrowException-seed#[F9F14740336CF660]) [] o.a.s.c.CoreContainer Not all security plugins configured!  authentication=disabled authorization=disabled.  Solr is only as secure as you make it. Consider configuring authentication/authorization before exposing Solr to users internal or external.  See https://s.apache.org/solrsecurity for more info
  2> 807879 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1/lib/classes]
  2> 807890 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.6.0
  2> 807891 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.s.IndexSchema Schema name=schema-densevector
  2> 807892 WARN  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_byte_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 807892 WARN  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.s.DenseVectorField The vector dimension 2048 specified for field 2048_float_vector exceeds the current Lucene default max dimension of 1024. It's un-tested territory, extra caution and benchmarks are recommended for production systems.
  2> 807892 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.s.IndexSchema Loaded schema schema-densevector/1.0 with uniqueid field id
  2> 807893 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1, trusted=true
  2> 807893 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.c.SolrCore Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/resources/test/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/tmp/tests-tmp/solr.schema.DenseVectorFieldTest_F9F14740336CF660-001/data-dir-149-001/]
  2> 807894 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=37, maxMergedSegmentMB=21.25577449798584, floorSegmentMB=1.6247186660766602, forceMergeDeletesPctAllowed=8.792285167041666, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=1.0, deletesPctAllowed=40.811268147927436
  2> 807932 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 807935 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 807935 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 807935 INFO  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022208E12, noCFSRatio=0.0]
  2> 807936 WARN  (coreLoadExecutor-11036-thread-1) [ x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Solr/Solr-

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

ints help in 131ms
ok 26 create help flag prints help in 131ms
ok 27 createcore help flag prints help in 132ms
ok 28 createcollection help flag prints help in 133ms
ok 29 delete help flag prints help in 158ms
ok 30 version help flag prints help in 45ms # skip Currently the version -help flag doesn't return nice help text!
ok 31 zk help flag prints help in 161ms
ok 32 auth help flag prints help in 140ms
ok 33 assert help flag prints help in 39ms # skip Currently the assert -help flag doesn't return nice help text!
ok 34 SQL Module in 15680ms
ok 35 Hadoop-Auth Module: KerberosPlugin Classloading in 18628ms
ok 36 icu collation in analysis-extras module in 11411ms
ok 37 package detects no running solr in 222ms
ok 38 lifecycle of package in 8879ms
ok 39 Affinity placement plugin using sysprop in 15816ms
ok 40 Random placement plugin using ENV in 15753ms
ok 41 post solr log into solr in 10024ms
ok 42 start solr with ssl in 14127ms
ok 43 start solr with ssl and auth in 16153ms
ok 44 SOLR-11740 check 'solr stop' connection in 14776ms
ok 45 status detects locally running solr in 6854ms
ok 46 status does not expose cli parameters to end user in 206ms
ok 47 listing out files in 2307ms
ok 48 copying files around in 5816ms
ok 49 upconfig in 2376ms
The slowest tests (exceeding 500 ms) during this run:
  57.49s PeerSyncReplicationTest.test (:solr:core)
  54.01s CheckHdfsIndexTest.testDeletedDocs (:solr:modules:hdfs)
  51.22s TestInPlaceUpdatesDistrib.test (:solr:core)
  49.06s TestRandomFaceting.testRandomFaceting (:solr:core)
  48.57s SyncSliceTest.test (:solr:core)
  48.18s UnloadDistributedZkTest.test (:solr:core)
  47.24s ReplicationFactorTest.test (:solr:core)
  43.45s TestRandomCollapseQParserPlugin.testRandomCollapseWithSort (:solr:core)
  41.30s LeaderElectionTest.testParallelElection (:solr:core)
  39.27s TestRandomDVFaceting.testRandomFaceting (:solr:core)
The slowest suites (exceeding 1s) during this run:
  176.00s TestRecoveryHdfs (:solr:modules:hdfs)
  109.57s CheckHdfsIndexTest (:solr:modules:hdfs)
  80.02s LeaderElectionTest (:solr:core)
  79.58s TestPullReplica (:solr:core)
  65.61s TestInPlaceUpdatesStandalone (:solr:core)
  60.73s MultiThreadedOCPTest (:solr:core)
  57.66s PeerSyncReplicationTest (:solr:core)
  57.38s ReindexCollectionTest (:solr:core)
  54.13s TestPackages (:solr:core)
  51.64s TestInPlaceUpdatesDistrib (:solr:core)

ERROR: The following test(s) have failed:
  - org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew (:solr:modules:hadoop-auth)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hadoop-auth/build/test-results/test/outputs/OUTPUT-org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.txt
    Reproduce with: gradlew :solr:modules:hadoop-auth:test --tests "org.apache.solr.security.hadoop.TestDelegationWithHadoopAuth.testDelegationTokenRenew" -Ptests.jvms=4 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=F9F14740336CF660 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.schema.DenseVectorFieldTest.denseVectorFieldOnAtomicUpdate_shouldBeUpdatedCorrectly (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.DenseVectorFieldTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.DenseVectorFieldTest.denseVectorFieldOnAtomicUpdate_shouldBeUpdatedCorrectly" -Ptests.jvms=4 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=F9F14740336CF660 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

  - org.apache.solr.schema.DenseVectorFieldTest.denseVectorField_shouldBePresentAfterAtomicUpdate (:solr:core)
    Test output: /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.schema.DenseVectorFieldTest.txt
    Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.schema.DenseVectorFieldTest.denseVectorField_shouldBePresentAfterAtomicUpdate" -Ptests.jvms=4 -Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=F9F14740336CF660 -Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=US-ASCII

WARNING: there were unreferenced files under license folder:
  - /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/licenses/auto-value-LICENSE-ASL.txt
  - /home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/licenses/auto-value-NOTICE.txt

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.6/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 51m 52s
595 actionable tasks: 595 executed

Publishing build scan...
https://ge.apache.org/s/jf5kf6quuknjq

Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
hudson.FilePath$ValidateAntFileMask$1Cancel
	at hudson.FilePath$ValidateAntFileMask$1.isCaseSensitive(FilePath.java:3300)
	at org.apache.tools.ant.DirectoryScanner.isIncluded(DirectoryScanner.java:1370)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1241)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1267)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1194)
	at org.apache.tools.ant.DirectoryScanner.scandir(DirectoryScanner.java:1156)
	at org.apache.tools.ant.DirectoryScanner.checkIncludePatterns(DirectoryScanner.java:954)
	at org.apache.tools.ant.DirectoryScanner.scan(DirectoryScanner.java:912)
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3313)
Caused: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:3318)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3196)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:3174)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3578)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene-solr-2
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at hudson.FilePath.act(FilePath.java:1192)
		at hudson.FilePath.act(FilePath.java:1181)
		at hudson.FilePath.validateAntFileMask(FilePath.java:3171)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
		at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
		at hudson.model.Build$BuildExecution.post2(Build.java:179)
		at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
		at hudson.model.Run.execute(Run.java:1925)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
		at hudson.model.ResourceController.execute(ResourceController.java:101)
		at hudson.model.Executor.run(Executor.java:442)
Caused: hudson.FilePath$TunneledInterruptedException
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3580)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:829)
Caused: java.lang.InterruptedException: hudson.FilePath$FileMaskNoMatchesFoundException: no matches found within 10000
	at hudson.FilePath.act(FilePath.java:1194)
	at hudson.FilePath.act(FilePath.java:1181)
	at hudson.FilePath.validateAntFileMask(FilePath.java:3171)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:271)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:818)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:767)
	at hudson.model.Build$BuildExecution.post2(Build.java:179)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:711)
	at hudson.model.Run.execute(Run.java:1925)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
	at hudson.model.ResourceController.execute(ResourceController.java:101)
	at hudson.model.Executor.run(Executor.java:442)
No artifacts found that match the file pattern "**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)