Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-main/4223/
3 tests failed.
FAILED: org.apache.solr.util.OrderedExecutorTest.classMethod
Error Message:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE
scope at org.apache.solr.util.OrderedExecutorTest:
1) Thread[id=26981, name=testLockWhenQueueIsFull_test-16284-thread-1,
state=RUNNABLE, group=TGRP-OrderedExecutorTest]
at [email protected]/jdk.internal.misc.Unsafe.unpark(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.unpark(LockSupport.java:160)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.unparkSuccessor(AbstractQueuedSynchronizer.java:709)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1305)
at
[email protected]/java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:439)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.tryTerminate(ThreadPoolExecutor.java:726)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:994)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
2) Thread[id=26982, name=testLockWhenQueueIsFull_control-16283-thread-1,
state=RUNNABLE, group=TGRP-OrderedExecutorTest]
at [email protected]/jdk.internal.misc.Unsafe.unpark(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.unpark(LockSupport.java:160)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.unparkSuccessor(AbstractQueuedSynchronizer.java:709)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1305)
at
[email protected]/java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:439)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.tryTerminate(ThreadPoolExecutor.java:726)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:994)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE
scope at org.apache.solr.util.OrderedExecutorTest:
1) Thread[id=26981, name=testLockWhenQueueIsFull_test-16284-thread-1,
state=RUNNABLE, group=TGRP-OrderedExecutorTest]
at [email protected]/jdk.internal.misc.Unsafe.unpark(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.unpark(LockSupport.java:160)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.unparkSuccessor(AbstractQueuedSynchronizer.java:709)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1305)
at
[email protected]/java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:439)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.tryTerminate(ThreadPoolExecutor.java:726)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:994)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
2) Thread[id=26982, name=testLockWhenQueueIsFull_control-16283-thread-1,
state=RUNNABLE, group=TGRP-OrderedExecutorTest]
at [email protected]/jdk.internal.misc.Unsafe.unpark(Native Method)
at
[email protected]/java.util.concurrent.locks.LockSupport.unpark(LockSupport.java:160)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.unparkSuccessor(AbstractQueuedSynchronizer.java:709)
at
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1305)
at
[email protected]/java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:439)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.tryTerminate(ThreadPoolExecutor.java:726)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:994)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at [email protected]/java.lang.Thread.run(Thread.java:834)
at __randomizedtesting.SeedInfo.seed([902EDB6F788316FE]:0)
FAILED:
org.apache.solr.common.cloud.PerReplicaStatesIntegrationTest.testPerReplicaStateCollection
Error Message:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException:
Error from server at http://127.0.0.1:40685/solr: Unknown Error:
{responseHeader={status=500, QTime=96}, Operation create caused
exception:=org.apache.solr.common.SolrException:org.apache.solr.common.SolrException,
exception={msg=null, rspCode=500},
error={metadata={error-class=org.apache.solr.common.SolrException,
root-error-class=org.apache.solr.common.SolrException},
trace=org.apache.solr.common.SolrException
at
org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.java:61)
at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:345)
at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:294)
at
org.apache.solr.handler.CollectionsAPI$CollectionsCommands.create(CollectionsAPI.java:178)
at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:312)
at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:220)
at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:394)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:887)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
at
org.apache.solr.servlet.SolrDispatchFilter.dispatch(SolrDispatchFilter.java:239)
at
org.apache.solr.servlet.SolrDispatchFilter.lambda$doFilter$0(SolrDispatchFilter.java:207)
at
org.apache.solr.servlet.ServletUtils.traceHttpRequestExecution2(ServletUtils.java:257)
at
org.apache.solr.servlet.ServletUtils.rateLimitRequest(ServletUtils.java:227)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
at
org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:187)
at
org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:713)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.base/java.lang.Thread.run(Thread.java:834)
, code=500}}
Stack Trace:
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException:
Error from server at http://127.0.0.1:40685/solr: Unknown Error:
{responseHeader={status=500, QTime=96}, Operation create caused
exception:=org.apache.solr.common.SolrException:org.apache.solr.common.SolrException,
exception={msg=null, rspCode=500},
error={metadata={error-class=org.apache.solr.common.SolrException,
root-error-class=org.apache.solr.common.SolrException},
trace=org.apache.solr.common.SolrException
at
org.apache.solr.client.solrj.SolrResponse.getException(SolrResponse.java:61)
at
org.apache.solr.handler.admin.CollectionsHandler.invokeAction(CollectionsHandler.java:345)
at
org.apache.solr.handler.admin.CollectionsHandler.handleRequestBody(CollectionsHandler.java:294)
at
org.apache.solr.handler.CollectionsAPI$CollectionsCommands.create(CollectionsAPI.java:178)
at org.apache.solr.api.AnnotatedApi$Cmd.invoke(AnnotatedApi.java:312)
at org.apache.solr.api.AnnotatedApi.call(AnnotatedApi.java:220)
at org.apache.solr.api.V2HttpCall.handleAdmin(V2HttpCall.java:394)
at
org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:887)
at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:578)
at
org.apache.solr.servlet.SolrDispatchFilter.dispatch(SolrDispatchFilter.java:239)
at
org.apache.solr.servlet.SolrDispatchFilter.lambda$doFilter$0(SolrDispatchFilter.java:207)
at
org.apache.solr.servlet.ServletUtils.traceHttpRequestExecution2(ServletUtils.java:257)
at
org.apache.solr.servlet.ServletUtils.rateLimitRequest(ServletUtils.java:227)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:202)
at
org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:184)
at
org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at
org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:187)
at
org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
at
org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349)
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at
org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:713)
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
at org.eclipse.jetty.server.Server.handle(Server.java:516)
at
org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:400)
at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:645)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:392)
at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
at java.base/java.lang.Thread.run(Thread.java:834)
, code=500}}
at
__randomizedtesting.SeedInfo.seed([902EDB6F788316FE:BA13702DD823CCF3]:0)
at
app//org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:65)
at
app//org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:678)
at
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
at
app//org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
at
app//org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:405)
at
app//org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:371)
at
app//org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1249)
at
app//org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:970)
at
app//org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:897)
at
app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:223)
at
app//org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:238)
at
app//org.apache.solr.common.cloud.PerReplicaStatesIntegrationTest.testPerReplicaStateCollection(PerReplicaStatesIntegrationTest.java:93)
at
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
at
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
[email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at [email protected]/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:57)
at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44)
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:375)
at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824)
at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475)
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//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
at
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
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:375)
at
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831)
at [email protected]/java.lang.Thread.run(Thread.java:834)
FAILED: org.apache.solr.cloud.overseer.ZkStateReaderTest.testNodeVersion
Error Message:
java.lang.NullPointerException
Stack Trace:
java.lang.NullPointerException
at
__randomizedtesting.SeedInfo.seed([902EDB6F788316FE:947208B081088466]:0)
at
org.apache.solr.cloud.overseer.ZkStateReaderTest.lambda$testNodeVersion$5(ZkStateReaderTest.java:301)
at org.apache.solr.util.TimeOut.waitFor(TimeOut.java:64)
at
org.apache.solr.cloud.overseer.ZkStateReaderTest.testNodeVersion(ZkStateReaderTest.java:299)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.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:57)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
at
org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:44)
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:375)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:824)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:475)
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
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:57)
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:375)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:831)
at java.base/java.lang.Thread.run(Thread.java:834)
Build Log:
[...truncated 3429 lines...]
ERROR: The following test(s) have failed:
-
org.apache.solr.common.cloud.PerReplicaStatesIntegrationTest.testPerReplicaStateCollection
(: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.cloud.PerReplicaStatesIntegrationTest.txt
Reproduce with: gradlew :solr:solrj:test --tests
"org.apache.solr.common.cloud.PerReplicaStatesIntegrationTest.testPerReplicaStateCollection"
-Ptests.jvms=4 -Ptests.haltonfailure=false
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=902EDB6F788316FE -Ptests.multiplier=2 -Ptests.badapples=false
-Ptests.file.encoding=UTF-8
- org.apache.solr.cloud.overseer.ZkStateReaderTest.testNodeVersion
(: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.overseer.ZkStateReaderTest.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.cloud.overseer.ZkStateReaderTest.testNodeVersion"
-Ptests.jvms=4 -Ptests.haltonfailure=false
"-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=120m"
-Ptests.seed=902EDB6F788316FE -Ptests.multiplier=2 -Ptests.badapples=false
-Ptests.file.encoding=UTF-8
- org.apache.solr.util.OrderedExecutorTest.classMethod (:solr:core)
Test output:
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.util.OrderedExecutorTest.txt
Reproduce with: gradlew :solr:core:test --tests
"org.apache.solr.util.OrderedExecutorTest.classMethod" -Ptests.jvms=4
-Ptests.haltonfailure=false "-Ptests.jvmargs=-XX:TieredStopAtLevel=1
-XX:ReservedCodeCacheSize=120m" -Ptests.seed=902EDB6F788316FE
-Ptests.multiplier=2 -Ptests.badapples=false -Ptests.file.encoding=UTF-8
FAILURE: Build completed with 31 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:extraction:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/extraction/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/extraction/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:gcs-repository:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/gcs-repository/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/gcs-repository/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:gcs-repository:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/gcs-repository/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/gcs-repository/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:gcs-repository:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/gcs-repository/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/gcs-repository/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
5: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:hadoop-auth:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hadoop-auth/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hadoop-auth/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
6: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:hadoop-auth:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hadoop-auth/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hadoop-auth/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
7: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:hadoop-auth:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hadoop-auth/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hadoop-auth/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
8: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:hdfs:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hdfs/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hdfs/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
9: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:hdfs:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hdfs/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hdfs/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
10: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:hdfs:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hdfs/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/hdfs/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
11: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:jaegertracer-configurator:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jaegertracer-configurator/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jaegertracer-configurator/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
12: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:jaegertracer-configurator:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jaegertracer-configurator/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jaegertracer-configurator/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
13: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:jaegertracer-configurator:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jaegertracer-configurator/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jaegertracer-configurator/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
14: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:jwt-auth:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jwt-auth/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jwt-auth/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
15: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:jwt-auth:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jwt-auth/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jwt-auth/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
16: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:jwt-auth:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jwt-auth/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/jwt-auth/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
17: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:langid:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/langid/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/langid/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
18: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:langid:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/langid/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/langid/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
19: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:langid:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/langid/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/langid/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
20: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:ltr:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/ltr/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/ltr/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
21: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:ltr:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/ltr/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/ltr/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
22: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:ltr:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/ltr/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/ltr/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
23: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:s3-repository:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/s3-repository/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/s3-repository/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
24: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:s3-repository:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/s3-repository/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/s3-repository/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
25: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:s3-repository:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/s3-repository/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/s3-repository/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
26: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:scripting:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/scripting/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/scripting/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
27: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':solr:modules:scripting:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/scripting/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/scripting/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
28: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:scripting:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/scripting/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/scripting/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
29: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:sql:analyzeClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/sql/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/sql/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
30: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:sql:analyzeTestClassesDependencies'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/sql/build/reports'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/sql/build/reports/dependency-analyze'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
31: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:sql:test'.
> Failed to create parent directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/sql/build/test-results'
> when creating directory
> '/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/solr/modules/sql/build/test-results/test/binary'
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 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.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 54m 5s
543 actionable tasks: 543 executed
FAILURE: Build failed with an exception.
* What went wrong:
Could not update
/home/jenkins/jenkins-slave/workspace/Solr/Solr-Check-main/.gradle/7.2/fileChanges/last-build.bin
> No space left on device
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 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.2/userguide/command_line_interface.html#sec:command_line_warnings
BUILD FAILED in 54m 5s
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]