Build: https://ci-builds.apache.org/job/Solr/job/Solr-Test-9.8/758/

2 tests failed.
FAILED:  
org.apache.solr.handler.admin.HealthCheckHandlerTest.testHealthCheckHandler

Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=20018, name=zkCallback-14845-thread-2, 
state=RUNNABLE, group=TGRP-HealthCheckHandlerTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=20018, name=zkCallback-14845-thread-2, 
state=RUNNABLE, group=TGRP-HealthCheckHandlerTest]
        at 
__randomizedtesting.SeedInfo.seed([8E004002B58D3742:AF12071C8082B3D6]:0)
Caused by: org.apache.solr.common.SolrException: Error updating shard term for 
collection: test
        at __randomizedtesting.SeedInfo.seed([8E004002B58D3742]:0)
        at 
app//org.apache.solr.cloud.ZkShardTerms.refreshTerms(ZkShardTerms.java:377)
        at 
app//org.apache.solr.cloud.ZkShardTerms.lambda$registerWatcher$8(ZkShardTerms.java:430)
        at 
app//org.apache.solr.common.cloud.SolrZkClient$ProcessWatchWithExecutor.lambda$process$1(SolrZkClient.java:1099)
        at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at [email protected]/java.lang.Thread.run(Thread.java:829)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: 
KeeperErrorCode = NoNode for /collections/test/terms/shard1
        at 
app//org.apache.zookeeper.KeeperException.create(KeeperException.java:117)
        at 
app//org.apache.zookeeper.KeeperException.create(KeeperException.java:53)
        at app//org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1972)
        at 
app//org.apache.solr.common.cloud.SolrZkClient.lambda$getData$6(SolrZkClient.java:452)
        at 
app//org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:70)
        at 
app//org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:452)
        at 
app//org.apache.solr.cloud.ZkShardTerms.refreshTerms(ZkShardTerms.java:373)
        ... 6 more


FAILED:  
org.apache.solr.client.solrj.SolrExampleBinaryHttp2Test.testPivotFacetsStatsNotSupported

Error Message:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: 
IOException occurred when talking to server at: 
http://127.0.0.1:34557/solr/collection1/select

Stack Trace:
junit.framework.AssertionFailedError: Unexpected exception type, expected 
SolrException but got org.apache.solr.client.solrj.SolrServerException: 
IOException occurred when talking to server at: 
http://127.0.0.1:34557/solr/collection1/select
        at 
__randomizedtesting.SeedInfo.seed([8E004002B58D3742:3E8DFE65E73CF361]:0)
        at 
org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2890)
        at 
org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2871)
        at 
org.apache.solr.client.solrj.SolrExampleTests.testPivotFacetsStatsNotSupported(SolrExampleTests.java:1614)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.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 org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54)
        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 
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)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occurred when talking to server at: 
http://127.0.0.1:34557/solr/collection1/select
        at 
app//org.apache.solr.client.solrj.impl.Http2SolrClient.request(Http2SolrClient.java:557)
        at 
app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:279)
        at 
app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:927)
        at 
app//org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:940)
        at 
app//org.apache.solr.client.solrj.SolrExampleTests.lambda$testPivotFacetsStatsNotSupported$4(SolrExampleTests.java:1614)
        at 
app//org.apache.lucene.tests.util.LuceneTestCase._expectThrows(LuceneTestCase.java:3043)
        at 
app//org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2880)
        ... 50 more
Caused by: java.nio.channels.ClosedChannelException
        at 
org.eclipse.jetty.http2.HTTP2Session$StreamsState.onShutdown(HTTP2Session.java:1865)
        at 
org.eclipse.jetty.http2.HTTP2Session.onShutdown(HTTP2Session.java:1036)
        at 
org.eclipse.jetty.http2.HTTP2Connection$HTTP2Producer.produce(HTTP2Connection.java:385)
        at 
org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:455)
        at 
org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:248)
        at 
org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193)
        at 
org.eclipse.jetty.http2.HTTP2Connection.produce(HTTP2Connection.java:208)
        at 
org.eclipse.jetty.http2.HTTP2Connection.onFillable(HTTP2Connection.java:155)
        at 
org.eclipse.jetty.http2.HTTP2Connection$FillableCallback.succeeded(HTTP2Connection.java:450)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:100)
        at 
org.eclipse.jetty.io.SelectableChannelEndPoint$1.run(SelectableChannelEndPoint.java:53)
        at 
org.eclipse.jetty.util.thread.Invocable.invokeNonBlocking(Invocable.java:151)
        at 
org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.invokeAsNonBlocking(AdaptiveExecutionStrategy.java:438)
        at 
org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.consumeTask(AdaptiveExecutionStrategy.java:380)
        at 
org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:277)
        at 
org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:193)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:380)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        ... 1 more




Build Log:
[...truncated 10691 lines...]
ERROR: The following test(s) have failed:
  - 
org.apache.solr.client.solrj.SolrExampleBinaryHttp2Test.testPivotFacetsStatsNotSupported
 (:solr:solrj)
    Test history: 
https://ge.apache.org/scans/tests?search.rootProjectNames=solr-root&tests.container=org.apache.solr.client.solrj.SolrExampleBinaryHttp2Test&tests.test=testPivotFacetsStatsNotSupported
 
http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.client.solrj.SolrExampleBinaryHttp2Test.testPivotFacetsStatsNotSupported
    Test output: 
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Test-9.8/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.client.solrj.SolrExampleBinaryHttp2Test.txt
    Reproduce with: ./gradlew :solr:solrj:test --tests 
"org.apache.solr.client.solrj.SolrExampleBinaryHttp2Test.testPivotFacetsStatsNotSupported"
 -Ptests.jvms=4 -Ptests.haltonfailure=false 
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" 
-Ptests.seed=8E004002B58D3742 -Ptests.multiplier=2 -Ptests.badapples=false 
-Ptests.file.encoding=UTF-8

  - org.apache.solr.handler.admin.HealthCheckHandlerTest.testHealthCheckHandler 
(:solr:core)
    Test history: 
https://ge.apache.org/scans/tests?search.rootProjectNames=solr-root&tests.container=org.apache.solr.handler.admin.HealthCheckHandlerTest&tests.test=testHealthCheckHandler
 
http://fucit.org/solr-jenkins-reports/history-trend-of-recent-failures.html#series/org.apache.solr.handler.admin.HealthCheckHandlerTest.testHealthCheckHandler
    Test output: 
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Test-9.8/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.admin.HealthCheckHandlerTest.txt
    Reproduce with: ./gradlew :solr:core:test --tests 
"org.apache.solr.handler.admin.HealthCheckHandlerTest.testHealthCheckHandler" 
-Ptests.jvms=4 -Ptests.haltonfailure=false 
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" 
-Ptests.seed=8E004002B58D3742 -Ptests.multiplier=2 -Ptests.badapples=false 
-Ptests.file.encoding=UTF-8


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

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

For more on this, please refer to 
https://docs.gradle.org/8.10/userguide/command_line_interface.html#sec:command_line_warnings
 in the Gradle documentation.

BUILD SUCCESSFUL in 48m 45s
167 actionable tasks: 167 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Archiving artifacts
‘**/*.events’ doesn’t match anything: ‘**’ exists but not ‘**/*.events’
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to