Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/4487/

3 tests failed.
FAILED:  org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming

Error Message:
java.lang.RuntimeException: Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([E484FF48404B3DD0:C5852AAB3A327F0]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1024)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:982)
        at 
org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming(TestCircuitBreaker.java:220)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.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 
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.common.SolrException: Circuit Breakers tripped CPU 
Circuit Breaker triggered as seen CPU usage is above allowed threshold.Seen CPU 
usage 77.43 and allocated threshold 75.0

        at 
app//org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:375)
        at 
app//org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224)
        at app//org.apache.solr.core.SolrCore.execute(SolrCore.java:2892)
        at app//org.apache.solr.util.TestHarness.query(TestHarness.java:348)
        at app//org.apache.solr.util.TestHarness.query(TestHarness.java:328)
        at app//org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:996)
        ... 49 more


FAILED:  
org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.testLingoAlgorithm

Error Message:
java.lang.Exception: Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([E484FF48404B3DD0]:0)


FAILED:  
org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.classMethod

Error Message:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([E484FF48404B3DD0]:0)




Build Log:
[...truncated 1637 lines...]
# ERROR: Error from server at 
http://localhost:8983/solr/admin/collections?action=CREATE&name=COLL_NAME&collection.configName=COLL_NAME&numShards=1&nrtReplicas=1&wt=javabin&version=2:
 org.apache.solr.cluster.placement.PlacementException: Not enough eligible 
nodes to place 1 replica(s) of type NRT for shard shard1 of collection COLL_NAME
ok 40 Random placement plugin using ENV in 22438ms
ok 41 post solr log into solr in 8720ms
ok 42 start solr with ssl in 19559ms
ok 43 start solr with ssl and auth in 22235ms
ok 44 SOLR-11740 check 'solr stop' connection in 27985ms
ok 45 status detects locally running solr in 14669ms
ok 46 status does not expose cli parameters to end user in 209ms
ok 47 listing out files in 2151ms
ok 48 copying files around in 6524ms
ok 49 upconfig in 2581ms

> Task :solr:packaging:integrationTests FAILED

> Task :solr:modules:clustering:test

org.apache.solr.handler.clustering.ClusteringComponentDistributedTest > 
testLingoAlgorithm FAILED
    java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([E484FF48404B3DD0]:0)

org.apache.solr.handler.clustering.ClusteringComponentDistributedTest > 
classMethod FAILED
    java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([E484FF48404B3DD0]:0)

org.apache.solr.handler.clustering.ClusteringComponentDistributedTest > test 
suite's output saved to 
/tmp/src/solr/solr/modules/clustering/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.txt,
 copied below:
  2> 2555 INFO  
(SUITE-ClusteringComponentDistributedTest-seed#[E484FF48404B3DD0]-worker) [] 
o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to 
test-framework derived value of 
'/tmp/src/solr/solr/server/solr/configsets/_default/conf'
  2> 2567 INFO  
(SUITE-ClusteringComponentDistributedTest-seed#[E484FF48404B3DD0]-worker) [] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
  2> 2601 INFO  
(SUITE-ClusteringComponentDistributedTest-seed#[E484FF48404B3DD0]-worker) [] 
o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-1 for ERROR logs matching 
regex: ignore_exception
  2> 2629 INFO  
(SUITE-ClusteringComponentDistributedTest-seed#[E484FF48404B3DD0]-worker) [] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/data-dir-1-001
  2> 2721 INFO  
(SUITE-ClusteringComponentDistributedTest-seed#[E484FF48404B3DD0]-worker) [] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
  2> 2756 INFO  
(SUITE-ClusteringComponentDistributedTest-seed#[E484FF48404B3DD0]-worker) [] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="None")
  2> 2789 INFO  
(SUITE-ClusteringComponentDistributedTest-seed#[E484FF48404B3DD0]-worker) [] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
  2> 2810 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-1 after mutting 0 log 
messages
  2> 2811 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-2 for ERROR logs 
matching regex: ignore_exception
  2> 2833 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/cores/collection1
  2> 3261 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
  2> 3264 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
  2> 3273 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.e.j.s.Server jetty-10.0.14; built: 2023-02-22T23:12:32.272Z; git: 
976721d0f3e903a243584d47870ad2f2c1bf9e55; jvm 11.0.16+8
  2> 3394 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.e.j.s.s.DefaultSessionIdManager Session workerName=node0
  2> 3436 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@45a22e77{/,file:///tmp/src/solr/solr/modules/clustering/build/tmp/tests-cwd/,AVAILABLE}
  2> 3469 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.e.j.s.AbstractConnector Started ServerConnector@50903e5e{HTTP/1.1, 
(http/1.1, h2c)}{127.0.0.1:36191}
  2> 3473 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.e.j.s.Server Started Server@38a86426{STARTING}[10.0.14,sto=0] @3506ms
  2> 3492 ERROR 
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may 
be missing or incomplete.
  2> 3492 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.s.CoreContainerProvider Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
  2> 3500 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.s.CoreContainerProvider  ___      _       Welcome to Apache Solr™ 
version 9.3.0-SNAPSHOT c5889453e4387bbf6c663424f468a101689d795f [snapshot 
build, details omitted]
  2> 3503 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.s.CoreContainerProvider / __| ___| |_ _   Starting in standalone mode 
on port null
  2> 3503 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.s.CoreContainerProvider \__ \/ _ \ | '_|  Install dir: 
/tmp/src/solr/solr
  2> 3506 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.s.CoreContainerProvider |___/\___/_|_|    Start time: 
2023-06-01T13:13:13.009982Z
  2> 3508 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.s.CoreContainerProvider Solr Home: 
/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control
 (source: servlet config: solr.solr.home)
  2> 3532 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.c.SolrXmlConfig Loading solr.xml from 
/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/solr.xml
  2> 7727 WARN  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] 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> 8036 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath 
/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/cores
  2> 8037 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
  2> 8381 WARN  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.c.SolrConfig You should not use LATEST as luceneMatchVersion property: if 
you use this setting, and then Solr upgrades to a newer release of Lucene, 
sizable changes may happen. If precise back compatibility is important then you 
should instead explicitly specify an actual Lucene version.
  2> 8395 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.5.0
  2> 8467 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.s.IndexSchema Schema name=example
  2> 8689 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.s.IndexSchema Loaded schema example/1.6 with uniqueid field id
  2> 8703 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/collection1,
 trusted=true
  2> 8777 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.c.SolrCore Opening new SolrCore at 
[/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/cores/collection1],
 
dataDir=[/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/cores/collection1/data/]
  2> 9395 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 9632 INFO  
(TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0])
 [] o.a.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=36191, 
coreRootDirectory=/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/cores}
  2> 9715 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.j.SolrRequestAuthorizer Creating a new SolrRequestAuthorizer
  2> 9765 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
  2> 9766 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
  2> 9815 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.r.ManagedResourceStorage File-based storage initialized to use dir: 
/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/collection1/conf
  2> 9839 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: default
  2> 9848 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10092 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10093 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10093 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10094 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10100 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10102 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10103 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: lingo
  2> 10104 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10166 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10168 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10170 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10170 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10174 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10176 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10177 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: stc
  2> 10178 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10222 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10223 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10224 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10225 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10228 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10229 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10230 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: kmeans
  2> 10231 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10277 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10278 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10278 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10279 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10282 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10284 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10284 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: mock
  2> 10284 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10332 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10333 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10334 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10335 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10337 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10339 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10339 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: mock-solrconfig-attrs
  2> 10340 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10380 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10381 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10382 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10382 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10384 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10385 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10385 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: echo
  2> 10386 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10425 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10426 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10426 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10427 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10429 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10430 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10430 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: testCustomLanguageResources
  2> 10431 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm resources first looked up relative 
to: 
[/tmp/src/solr/solr/modules/clustering/build/tmp/tests-tmp/solr.handler.clustering.ClusteringComponentDistributedTest_E484FF48404B3DD0-001/tempDir-001/control/collection1/conf/testCustomLanguageResources]
  2> 10482 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10483 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10485 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10486 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10498 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10502 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10503 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: testParamDefaultLanguage
  2> 10503 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10568 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10569 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10569 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10569 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10571 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10583 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10583 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.Engine Initializing clustering engine: testParamLanguageField
  2> 10583 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Resources read from defaults (JARs).
  2> 10665 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm STC loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10665 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm EchoClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10671 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm ResourceCheckAlgorithm loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10672 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm MockClusteringAlgorithm loaded 
with support for the following languages: Danish, Dutch, English, Finnish, 
French, German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, 
Spanish, Swedish, Turkish
  2> 10674 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Lingo loaded with support for the 
following languages: Danish, Dutch, English, Finnish, French, German, 
Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, Swedish, 
Turkish
  2> 10675 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.EngineContext Clustering algorithm Bisecting K-Means loaded with 
support for the following languages: Danish, Dutch, English, Finnish, French, 
German, Hungarian, Italian, Norwegian, Portuguese, Romanian, Russian, Spanish, 
Swedish, Turkish
  2> 10676 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.c.ClusteringComponent The following clustering engines are available: 
default, lingo, stc, kmeans, mock, mock-solrconfig-attrs, echo, 
testCustomLanguageResources, testParamDefaultLanguage, testParamLanguageField
  2> 10677 INFO  (coreLoadExecutor-12-thread-1) [ x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
  2> 10692 INFO  (searcherExecutor-14-thread-1-processing-collection1) [ 
x:collection1] o.a.s.c.SolrCore Registered new searcher autowarm time: 0 ms
  2> Бэс 01, 2023 12:13:11 ЭК 
com.carrotsearch.randomizedtesting.ThreadLeakControl$2 evaluate
  2> WARNING: Suite execution timed out: 
org.apache.solr.handler.clustering.ClusteringComponentDistributedTest
  2> ==== jstack at approximately timeout time ====
  2> "Test worker" ID=1 WAITING on 
com.carrotsearch.randomizedtesting.RandomizedRunner$2@25ca6568
  2>    at [email protected]/java.lang.Object.wait(Native Method)
  2>    - waiting on 
com.carrotsearch.randomizedtesting.RandomizedRunner$2@25ca6568
  2>    at [email protected]/java.lang.Thread.join(Thread.java:1300)
  2>    at [email protected]/java.lang.Thread.join(Thread.java:1375)
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:647)
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.run(RandomizedRunner.java:504)
  2>    at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:108)
  2>    at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:57)
  2>    at 
org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:39)
  2>    at 
org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
  2>    at 
org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
  2>    at 
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
  2>    at 
[email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  2>    at 
[email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2>    at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
  2>    at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
  2>    at 
org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
  2>    at 
org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
  2>    at 
org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
  2>    at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
  2>    at 
org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
  2>    at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
  2>    at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
  2>    at 
org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
  2>    at 
org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
  2>    at 
org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
  2>    at 
org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
  2>    at 
app//worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
  2>    at 
app//worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
  2> 
  2> "Reference Handler" ID=2 RUNNABLE
  2>    at 
[email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native 
Method)
  2>    at 
[email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
  2>    at 
[email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
  2> 
  2> "Finalizer" ID=3 WAITING on java.lang.ref.ReferenceQueue$Lock@7e2f1325
  2>    at [email protected]/java.lang.Object.wait(Native Method)
  2>    - waiting on java.lang.ref.ReferenceQueue$Lock@7e2f1325
  2>    at 
[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  2>    at 
[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
  2>    at 
[email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
  2> 
  2> "Signal Dispatcher" ID=4 RUNNABLE
  2> 
  2> "Common-Cleaner" ID=9 TIMED_WAITING on 
java.lang.ref.ReferenceQueue$Lock@761902e5
  2>    at [email protected]/java.lang.Object.wait(Native Method)
  2>    - timed waiting on java.lang.ref.ReferenceQueue$Lock@761902e5
  2>    at 
[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  2>    at 
[email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    at 
[email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:161)
  2> 
  2> "/127.0.0.1:35104 to /127.0.0.1:43157 workers" ID=11 WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a6fef01
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a6fef01
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  2>    at 
org.gradle.internal.remote.internal.hub.queue.EndPointQueue.take(EndPointQueue.java:49)
  2>    at 
org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:403)
  2>    at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
  2>    at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:49)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.ThreadPoolExecutor$Worker@59fd97a8
  2> 
  2> "/127.0.0.1:35104 to /127.0.0.1:43157 workers Thread 2" ID=12 WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@19e16e08
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@19e16e08
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  2>    at 
org.gradle.internal.remote.internal.hub.queue.EndPointQueue.take(EndPointQueue.java:49)
  2>    at 
org.gradle.internal.remote.internal.hub.MessageHub$ConnectionDispatch.run(MessageHub.java:322)
  2>    at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
  2>    at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:49)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.ThreadPoolExecutor$Worker@5b8dfcc1
  2> 
  2> "/127.0.0.1:35104 to /127.0.0.1:43157 workers Thread 3" ID=13 RUNNABLE (in 
native code)
  2>    at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
  2>    at 
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  2>    - locked sun.nio.ch.Util$2@1fd1e02a
  2>    - locked sun.nio.ch.EPollSelectorImpl@21e1d71f
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
  2>    at 
org.gradle.internal.remote.internal.inet.SocketConnection$SocketInputStream.read(SocketConnection.java:185)
  2>    at com.esotericsoftware.kryo.io.Input.fill(Input.java:146)
  2>    at com.esotericsoftware.kryo.io.Input.require(Input.java:178)
  2>    at com.esotericsoftware.kryo.io.Input.readByte(Input.java:295)
  2>    at 
org.gradle.internal.serialize.kryo.KryoBackedDecoder.readByte(KryoBackedDecoder.java:88)
  2>    at 
org.gradle.internal.remote.internal.hub.InterHubMessageSerializer$MessageReader.read(InterHubMessageSerializer.java:64)
  2>    at 
org.gradle.internal.remote.internal.hub.InterHubMessageSerializer$MessageReader.read(InterHubMessageSerializer.java:52)
  2>    at 
org.gradle.internal.remote.internal.inet.SocketConnection.receive(SocketConnection.java:81)
  2>    at 
org.gradle.internal.remote.internal.hub.MessageHub$ConnectionReceive.run(MessageHub.java:270)
  2>    at 
org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
  2>    at 
org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:49)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.ThreadPoolExecutor$Worker@1bd4fdd
  2> 
  2> "SUITE-ClusteringComponentDistributedTest-seed#[E484FF48404B3DD0]" ID=14 
RUNNABLE
  2>    at 
[email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
  2>    at 
[email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
  2>    at 
[email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.formatThreadStacksFull(ThreadLeakControl.java:708)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.access$1000(ThreadLeakControl.java:59)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$2.evaluate(ThreadLeakControl.java:437)
  2>    - locked java.lang.Object@64b333c5
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSuite(RandomizedRunner.java:716)
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.access$200(RandomizedRunner.java:138)
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$2.run(RandomizedRunner.java:637)
  2> 
  2> 
"TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0]"
 ID=15 WAITING on java.util.concurrent.CountDownLatch$Sync@277719a3
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - waiting on java.util.concurrent.CountDownLatch$Sync@277719a3
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
  2>    at 
[email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:232)
  2>    at 
app//org.apache.solr.servlet.CoreContainerProvider$ContextInitializationKey.waitForReadyService(CoreContainerProvider.java:510)
  2>    at 
app//org.apache.solr.servlet.CoreContainerProvider$ServiceHolder.getService(CoreContainerProvider.java:549)
  2>    at 
app//org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:147)
  2>    at 
app//org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:133)
  2>    at 
app//org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:774)
  2>    at 
app//org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1472)
  2>    at 
app//org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:992)
  2>    at 
app//org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:480)
  2>    at 
app//org.apache.solr.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:427)
  2>    - locked org.apache.solr.embedded.JettySolrRunner$1@76309075
  2>    at 
app//org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:253)
  2>    at 
app//org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:94)
  2>    at 
app//org.apache.solr.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:616)
  2>    at 
app//org.apache.solr.embedded.JettySolrRunner.start(JettySolrRunner.java:554)
  2>    - locked org.apache.solr.embedded.JettySolrRunner@66f0ee29
  2>    at 
app//org.apache.solr.embedded.JettySolrRunner.start(JettySolrRunner.java:525)
  2>    at 
app//org.apache.solr.BaseDistributedSearchTestCase.createControlJetty(BaseDistributedSearchTestCase.java:362)
  2>    at 
app//org.apache.solr.BaseDistributedSearchTestCase.createServers(BaseDistributedSearchTestCase.java:370)
  2>    at 
app//org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1161)
  2>    at 
app//org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1134)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
  2>    at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
  2>    at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  2>    at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
  2>    at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>    at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>    at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
  2>    at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
  2>    at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
  2>    at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  2>    at 
app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
  2>    at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
  2>    at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
  2>    at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$$Lambda$186/0x0000000840222440.run(Unknown
 Source)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.locks.ReentrantLock$NonfairSync@490684c7
  2>    - java.util.concurrent.locks.ReentrantLock$NonfairSync@3456bb39
  2>    - java.util.concurrent.locks.ReentrantLock$NonfairSync@469736fe
  2> 
  2> "qtp30621309-17" ID=17 RUNNABLE (in native code)
  2>    at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
  2>    at 
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  2>    - locked sun.nio.ch.Util$2@5a2a8136
  2>    - locked sun.nio.ch.EPollSelectorImpl@5b247639
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$260/0x000000084033dc40.run(Unknown
 Source)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:936)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1080)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "qtp30621309-18-acceptor-0@51f8c45b-ServerConnector@50903e5e{HTTP/1.1, 
(http/1.1, h2c)}{127.0.0.1:36191}" ID=18 RUNNABLE (in native code)
  2>    at [email protected]/sun.nio.ch.ServerSocketChannelImpl.accept0(Native 
Method)
  2>    at 
[email protected]/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:533)
  2>    at 
[email protected]/sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:285)
  2>    at 
app//org.eclipse.jetty.server.ServerConnector.accept(ServerConnector.java:409)
  2>    at 
app//org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:748)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:936)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1080)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.locks.ReentrantLock$NonfairSync@24fb8b65
  2> 
  2> "qtp30621309-19" ID=19 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>    at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "qtp30621309-20" ID=20 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>    at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "qtp30621309-21" ID=21 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>    at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "qtp30621309-22" ID=22 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>    at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "qtp30621309-23" ID=23 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>    at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "qtp30621309-24" ID=24 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3bde3458
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>    at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>    at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "Session-HouseKeeper-4fab001e-1" ID=25 TIMED_WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@35f33124
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - timed waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@35f33124
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>    at 
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  2>    at 
[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "httpShardExecutor-7-thread-1" ID=26 RUNNABLE (in native code)
  2>    at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
  2>    at 
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  2>    - locked sun.nio.ch.Util$2@4d9e0c1d
  2>    - locked sun.nio.ch.EPollSelectorImpl@35c60668
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$260/0x000000084033dc40.run(Unknown
 Source)
  2>    at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
  2>    at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$347/0x000000084041d840.run(Unknown
 Source)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.ThreadPoolExecutor$Worker@630b4004
  2> 
  2> "httpShardExecutor-7-thread-2" ID=27 RUNNABLE (in native code)
  2>    at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
  2>    at 
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  2>    - locked sun.nio.ch.Util$2@7ff0987c
  2>    - locked sun.nio.ch.EPollSelectorImpl@53a6ecb7
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$260/0x000000084033dc40.run(Unknown
 Source)
  2>    at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
  2>    at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$347/0x000000084041d840.run(Unknown
 Source)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.ThreadPoolExecutor$Worker@60d98c97
  2> 
  2> "Connection evictor" ID=28 TIMED_WAITING
  2>    at [email protected]/java.lang.Thread.sleep(Native Method)
  2>    at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "Connection evictor" ID=29 TIMED_WAITING
  2>    at [email protected]/java.lang.Thread.sleep(Native Method)
  2>    at 
app//org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> "h2sc-9-thread-1" ID=30 RUNNABLE (in native code)
  2>    at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
  2>    at 
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  2>    - locked sun.nio.ch.Util$2@6ee5ec3a
  2>    - locked sun.nio.ch.EPollSelectorImpl@6b9552c8
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$260/0x000000084033dc40.run(Unknown
 Source)
  2>    at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
  2>    at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$347/0x000000084041d840.run(Unknown
 Source)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.ThreadPoolExecutor$Worker@6faa690a
  2> 
  2> "h2sc-9-thread-2" ID=31 RUNNABLE (in native code)
  2>    at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
  2>    at 
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  2>    - locked sun.nio.ch.Util$2@10dd04be
  2>    - locked sun.nio.ch.EPollSelectorImpl@74fa8146
  2>    at 
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
  2>    at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
  2>    at 
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$260/0x000000084033dc40.run(Unknown
 Source)
  2>    at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
  2>    at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$347/0x000000084041d840.run(Unknown
 Source)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    Locked synchronizers:
  2>    - java.util.concurrent.ThreadPoolExecutor$Worker@1bc52d77
  2> 
  2> "CloserThread" ID=33 WAITING on java.lang.Object@353f37df
  2>    at [email protected]/java.lang.Object.wait(Native Method)
  2>    - waiting on java.lang.Object@353f37df
  2>    at [email protected]/java.lang.Object.wait(Object.java:328)
  2>    at app//org.apache.solr.core.CloserThread.run(CoreContainer.java:2554)
  2> 
  2> "ForkJoinPool.commonPool-worker-3" ID=36 WAITING on 
java.util.concurrent.ForkJoinPool@747d20a2
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - waiting on java.util.concurrent.ForkJoinPool@747d20a2
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  2>    at 
[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
  2>    at 
[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
  2> 
  2> "searcherExecutor-14-thread-1" ID=37 WAITING on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cfd2267
  2>    at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>    - waiting on 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cfd2267
  2>    at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  2>    at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  2>    at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  2>    at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>    at [email protected]/java.lang.Thread.run(Thread.java:829)
  2> 
  2> ^^==============================================
  2> 
   >     java.lang.Exception: Test abandoned because suite timeout was reached.
   >         at __randomizedtesting.SeedInfo.seed([E484FF48404B3DD0]:0)
  2> NOTE: reproduce with: gradlew test --tests 
ClusteringComponentDistributedTest.testLingoAlgorithm 
-Dtests.seed=E484FF48404B3DD0 -Dtests.locale=sah 
-Dtests.timezone=America/Argentina/Ushuaia -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
  2> Бэс 01, 2023 12:13:11 ЭК 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
  2> WARNING: Will linger awaiting termination of 16 leaked thread(s).
  2> Бэс 01, 2023 12:13:12 ЭК 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
  2> SEVERE: 16 threads leaked from SUITE scope at 
org.apache.solr.handler.clustering.ClusteringComponentDistributedTest: 
  2>    1) Thread[id=15, 
name=TEST-ClusteringComponentDistributedTest.testLingoAlgorithm-seed#[E484FF48404B3DD0],
 state=WAITING, group=TGRP-ClusteringComponentDistributedTest]
  2>         at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
  2>         at 
[email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:232)
  2>         at 
app//org.apache.solr.servlet.CoreContainerProvider$ContextInitializationKey.waitForReadyService(CoreContainerProvider.java:510)
  2>         at 
app//org.apache.solr.servlet.CoreContainerProvider$ServiceHolder.getService(CoreContainerProvider.java:549)
  2>         at 
app//org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:147)
  2>         at 
app//org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:133)
  2>         at 
app//org.eclipse.jetty.servlet.ServletHandler.initializeHolders(ServletHandler.java:774)
  2>         at 
app//org.eclipse.jetty.servlet.ServletHandler.setFilters(ServletHandler.java:1472)
  2>         at 
app//org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:992)
  2>         at 
app//org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:480)
  2>         at 
app//org.apache.solr.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:427)
  2>         at 
app//org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:253)
  2>         at 
app//org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:94)
  2>         at 
app//org.apache.solr.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:616)
  2>         at 
app//org.apache.solr.embedded.JettySolrRunner.start(JettySolrRunner.java:554)
  2>         at 
app//org.apache.solr.embedded.JettySolrRunner.start(JettySolrRunner.java:525)
  2>         at 
app//org.apache.solr.BaseDistributedSearchTestCase.createControlJetty(BaseDistributedSearchTestCase.java:362)
  2>         at 
app//org.apache.solr.BaseDistributedSearchTestCase.createServers(BaseDistributedSearchTestCase.java:370)
  2>         at 
app//org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1161)
  2>         at 
app//org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1134)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
  2>         at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:48)
  2>         at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:45)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  2>         at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
  2>         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:843)
  2>         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:490)
  2>         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:955)
  2>         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:840)
  2>         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:891)
  2>         at 
app//com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:902)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>         at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>         at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:80)
  2>         at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
  2>         at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:38)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
  2>         at 
app//org.apache.lucene.tests.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:43)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:44)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:60)
  2>         at 
app//org.apache.lucene.tests.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:47)
  2>         at app//org.junit.rules.RunRules.evaluate(RunRules.java:20)
  2>         at 
app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
  2>         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:390)
  2>         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl.lambda$forkTimeoutingTask$0(ThreadLeakControl.java:850)
  2>         at 
app//com.carrotsearch.randomizedtesting.ThreadLeakControl$$Lambda$186/0x0000000840222440.run(Unknown
 Source)
  2>         at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    2) Thread[id=24, name=qtp30621309-24, state=TIMED_WAITING, 
group=TGRP-ClusteringComponentDistributedTest]
  2>         at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>         at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>         at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    3) Thread[id=37, name=searcherExecutor-14-thread-1, state=WAITING, 
group=TGRP-ClusteringComponentDistributedTest]
  2>         at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  2>         at 
[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>         at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    4) Thread[id=19, name=qtp30621309-19, state=TIMED_WAITING, 
group=TGRP-ClusteringComponentDistributedTest]
  2>         at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>         at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>         at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>    5) Thread[id=31, name=h2sc-9-thread-2, state=RUNNABLE, 
group=TGRP-ClusteringComponentDistributedTest]
  2>         at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
  2>         at 
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
  2>         at 
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  2>         at 
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
  2>         at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
  2>         at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
  2>         at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
  2

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

@11.0.16/jdk.internal.misc.Unsafe.park(Native Method)
  2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>         at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>         at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>   13) Thread[id=27, name=httpShardExecutor-7-thread-2, state=RUNNABLE, 
group=TGRP-ClusteringComponentDistributedTest]
  2>         at [email protected]/sun.nio.ch.EPoll.wait(Native Method)
  2>         at 
[email protected]/sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:120)
  2>         at 
[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  2>         at 
[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector.nioSelect(ManagedSelector.java:180)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector.select(ManagedSelector.java:187)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:604)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:541)
  2>         at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produceTask(AdaptiveExecutionStrategy.java:450)
  2>         at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.tryProduce(AdaptiveExecutionStrategy.java:243)
  2>         at 
app//org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy.produce(AdaptiveExecutionStrategy.java:194)
  2>         at 
app//org.eclipse.jetty.io.ManagedSelector$$Lambda$260/0x000000084033dc40.run(Unknown
 Source)
  2>         at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:289)
  2>         at 
app//org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$347/0x000000084041d840.run(Unknown
 Source)
  2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  2>         at 
[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  2>         at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>   14) Thread[id=22, name=qtp30621309-22, state=TIMED_WAITING, 
group=TGRP-ClusteringComponentDistributedTest]
  2>         at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>         at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>         at [email protected]/java.lang.Thread.run(Thread.java:829)
  2>   15) Thread[id=21, name=qtp30621309-21, state=TIMED_WAITING, 
group=TGRP-ClusteringComponentDistributedTest]
  2>         at [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  2>         at 
[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  2>         at 
[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  2>         at 
app//org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:219)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.idleJobPoll(QueuedThreadPool.java:1017)
  2>         at 
app//org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1067)
  2>         at [email protected]/java.lang.Thread.run(Thread.java:829)
   >     java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   >         at __randomizedtesting.SeedInfo.seed([E484FF48404B3DD0]:0)
  2> NOTE: test params are: 
codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=Lucene90CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=40, maxDocsPerChunk=211, blockShift=7), 
termVectorsFormat=Lucene90CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=40, maxDocsPerChunk=211, blockSize=7)), 
sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=sah, 
timezone=America/Argentina/Ushuaia
  2> NOTE: Linux 5.4.0-100-generic amd64/Oracle Corporation 11.0.16 
(64-bit)/cpus=1,threads=18,free=169798120,total=324534272
  2> NOTE: All tests run in this JVM: [ClusteringComponentDistributedTest]
  2> NOTE: reproduce with: gradlew test --tests 
ClusteringComponentDistributedTest -Dtests.seed=E484FF48404B3DD0 
-Dtests.locale=sah -Dtests.timezone=America/Argentina/Ushuaia 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

:solr:modules:clustering:test (FAILURE): 15 test(s), 2 failure(s)

15 tests completed, 2 failed

> Task :solr:modules:clustering:test FAILED
> Task :solr:modules:clustering:wipeTaskTemp

ERROR: The following test(s) have failed:
  - 
org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.testLingoAlgorithm
 (:solr:modules:clustering)
    Test output: 
/tmp/src/solr/solr/modules/clustering/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.txt
    Reproduce with: gradlew :solr:modules:clustering:test --tests 
"org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.testLingoAlgorithm"
 -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" 
-Ptests.seed=E484FF48404B3DD0 -Ptests.file.encoding=ISO-8859-1

  - 
org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.classMethod
 (:solr:modules:clustering)
    Test output: 
/tmp/src/solr/solr/modules/clustering/build/test-results/test/outputs/OUTPUT-org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.txt
    Reproduce with: gradlew :solr:modules:clustering:test --tests 
"org.apache.solr.handler.clustering.ClusteringComponentDistributedTest.classMethod"
 -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" 
-Ptests.seed=E484FF48404B3DD0 -Ptests.file.encoding=ISO-8859-1

  - org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming 
(:solr:core)
    Test output: 
/tmp/src/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.util.TestCircuitBreaker.txt
    Reproduce with: gradlew :solr:core:test --tests 
"org.apache.solr.util.TestCircuitBreaker.testResponseWithCBTiming" 
-Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC 
-XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" 
-Ptests.seed=E484FF48404B3DD0 -Ptests.file.encoding=ISO-8859-1


FAILURE: Build completed with 3 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:core:test'.
> There were failing tests. See the results at: 
> file:///tmp/src/solr/solr/core/build/test-results/test/

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

2: Task failed with an exception.
-----------
* Where:
Build file '/tmp/src/solr/solr/packaging/build.gradle' line: 285

* What went wrong:
Execution failed for task ':solr:packaging:integrationTests'.
> Process 'command 
> '/tmp/src/solr/.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.
> Run with --scan to get full insights.
==============================================================================

3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':solr:modules:clustering:test'.
> There were failing tests. See the results at: 
> file:///tmp/src/solr/solr/modules/clustering/build/test-results/test/

* Try:
> Run with --stacktrace 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

BUILD FAILED in 2h 2m 11s
625 actionable tasks: 609 executed, 16 up-to-date
[?12l[?25h
------------------------------------------------------------------------
Build Failed: returned 1

Total time: 2h2m37.5s
------------------------------------------------------------------------
+ status=1
+ ./crave pull '**/build/**/test/TEST-*.xml' '**/*.events' 'heapdumps/**' 
'**/hs_err_pid*'
Error: rsync: [sender] change_dir "/tmp/src/solr/heapdumps" failed: No 
such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 
23) at main.c(1684) [Receiver=3.1.3]
rsync: [Receiver] write error: Broken pipe (32)

+ exit 1
Build step 'Execute shell' 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]

Reply via email to