Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/6848/
2 tests failed.
FAILED: org.apache.solr.metrics.reporters.SolrJmxReporterTest.testClosedCore
Error Message:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=15456, name=TestMBeanThread, state=RUNNABLE,
group=TGRP-SolrJmxReporterTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=15456, name=TestMBeanThread, state=RUNNABLE,
group=TGRP-SolrJmxReporterTest]
at
__randomizedtesting.SeedInfo.seed([9B0F74DD9123E207:EC72A2FDB1BA80F7]:0)
Caused by: java.lang.AssertionError
at __randomizedtesting.SeedInfo.seed([9B0F74DD9123E207]:0)
at org.junit.Assert.fail(Assert.java:87)
at org.junit.Assert.assertTrue(Assert.java:42)
at org.junit.Assert.assertNotNull(Assert.java:713)
at org.junit.Assert.assertNotNull(Assert.java:723)
at
org.apache.solr.metrics.reporters.SolrJmxReporterTest.lambda$testClosedCore$3(SolrJmxReporterTest.java:239)
at java.base/java.lang.Thread.run(Thread.java:829)
FAILED:
org.apache.solr.common.util.ExecutorUtilTest.testExecutorUtilAwaitsTerminationEnds
Error Message:
java.lang.AssertionError: expected java.lang.RuntimeException to be thrown, but
nothing was thrown
Stack Trace:
java.lang.AssertionError: expected java.lang.RuntimeException to be thrown, but
nothing was thrown
at
__randomizedtesting.SeedInfo.seed([9B0F74DD9123E207:35D27C6E722B853F]:0)
at org.junit.Assert.assertThrows(Assert.java:1028)
at org.junit.Assert.assertThrows(Assert.java:981)
at
org.apache.solr.common.util.ExecutorUtilTest.testExecutorUtilAwaitsTerminationEnds(ExecutorUtilTest.java:47)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.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
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.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
at java.base/java.lang.Thread.run(Thread.java:829)
Build Log:
[...truncated 1541 lines...]
ERROR: The following test(s) have failed:
-
org.apache.solr.common.util.ExecutorUtilTest.testExecutorUtilAwaitsTerminationEnds
(:solr:solrj)
Test output:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/solrj/build/test-results/test/outputs/OUTPUT-org.apache.solr.common.util.ExecutorUtilTest.txt
Reproduce with: gradlew :solr:solrj:test --tests
"org.apache.solr.common.util.ExecutorUtilTest.testExecutorUtilAwaitsTerminationEnds"
-Ptests.jvms=4 -Ptests.haltonfailure=false
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=9B0F74DD9123E207 -Ptests.multiplier=2 -Ptests.badapples=false
-Ptests.file.encoding=ISO-8859-1
- org.apache.solr.metrics.reporters.SolrJmxReporterTest.testClosedCore
(:solr:core)
Test output:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.metrics.reporters.SolrJmxReporterTest.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.metrics.reporters.SolrJmxReporterTest.testClosedCore"
-Ptests.jvms=4 -Ptests.haltonfailure=false
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=9B0F74DD9123E207 -Ptests.multiplier=2 -Ptests.badapples=false
-Ptests.file.encoding=ISO-8859-1
FAILURE: Build failed with an exception.
* Where:
Build file
'/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/packaging/build.gradle'
line: 285
* What went wrong:
Execution failed for task ':solr:packaging:integrationTests'.
> Process 'command
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/.gradle/node/packaging/node_modules/bats/bin/bats''
> finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
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 FAILED in 2h 41m 49s
619 actionable tasks: 619 executed
Publishing build scan...
https://ge.apache.org/s/g56qqxt7m5iva
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]