Build: https://ci-builds.apache.org/job/Solr/job/Solr-Check-9.x/5220/
1 tests failed. FAILED: org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample Error Message: java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:37751/solr; tool output: Welcome to the SolrCloud example! This interactive session will help you launch a SolrCloud cluster on your local workstation. To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: Ok, let's start up 1 Solr nodes for your example SolrCloud cluster. Please enter the port for node1 [8983]: Creating Solr home directory /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001/tempDir-002/cloud/node1/solr Starting up Solr on port 37751 using command: "/tmp/src/solr/solr/bin/solr" start -cloud -p 37751 -s "/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001/tempDir-002/cloud/node1/solr" Stack Trace: java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:37751/solr; tool output: Welcome to the SolrCloud example! This interactive session will help you launch a SolrCloud cluster on your local workstation. To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: Ok, let's start up 1 Solr nodes for your example SolrCloud cluster. Please enter the port for node1 [8983]: Creating Solr home directory /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001/tempDir-002/cloud/node1/solr Starting up Solr on port 37751 using command: "/tmp/src/solr/solr/bin/solr" start -cloud -p 37751 -s "/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001/tempDir-002/cloud/node1/solr" at __randomizedtesting.SeedInfo.seed([5CCD1B1CA175404B:87BCFBD69600852D]:0) at org.junit.Assert.fail(Assert.java:89) at org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:507) 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) Build Log: [...truncated 1274 lines...] 2> ERROR: access denied ("java.io.FilePermission" "/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001/tempDir-001/failExecuteScript" "execute") 2> 2> 3330 INFO (TEST-TestSolrCLIRunExample.testFailExecuteScript-seed#[5CCD1B1CA175404B]) [] o.a.s.SolrTestCaseJ4 ###Ending testFailExecuteScript 2> 3348 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.SolrTestCaseJ4 ###Starting testInteractiveSolrCloudExample 2> 3548 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001/tempDir-003 2> 3558 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER 2> 3595 INFO (ZkTestServer Run Thread) [] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0 2> 3596 INFO (ZkTestServer Run Thread) [] o.a.s.c.ZkTestServer Starting server 2> 3660 WARN (ZkTestServer Run Thread) [] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0. 2> 3686 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.ZkTestServer start zk server on port: 43201 2> 4016 WARN (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 4075 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.ConnectionManager Waiting up to 30000ms for client to connect to ZooKeeper 2> 4150 INFO (zkConnectionManagerCallback-3-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 4152 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 4153 WARN (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 4154 WARN (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 4174 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.ConnectionManager Waiting up to 30000ms for client to connect to ZooKeeper 2> 4194 INFO (zkConnectionManagerCallback-5-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 4195 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 4196 WARN (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 4196 WARN (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.SolrZkClient Using default ZkCredentialsInjector. ZkCredentialsInjector is not secure, it creates an empty list of credentials which leads to 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 4227 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.ConnectionManager Waiting up to 15000ms for client to connect to ZooKeeper 2> 4254 INFO (zkConnectionManagerCallback-7-thread-1) [] o.a.s.c.c.ConnectionManager zkClient has connected 2> 4254 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper 2> 4255 WARN (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.c.SolrZkClient Using default ZkACLProvider. DefaultZkACLProvider is not secure, it creates 'OPEN_ACL_UNSAFE' ACLs to Zookeeper nodes 2> 4681 INFO (jetty-launcher-8-thread-1) [] o.a.s.e.JettySolrRunner Start Jetty (configured port=37751, binding port=37751) 2> 4683 INFO (jetty-launcher-8-thread-1) [] o.a.s.e.JettySolrRunner Trying to start Jetty on port 37751 try number 2 ... 2> 4690 INFO (jetty-launcher-8-thread-1) [] o.e.j.s.Server jetty-10.0.15; built: 2023-04-11T17:25:14.480Z; git: 68017dbd00236bb7e187330d7585a059610f661d; jvm 11.0.16+8 2> 4705 INFO (jetty-launcher-8-thread-1) [] o.a.s.e.JettySolrRunner Port is in use, will try again until timeout of TimeOut [timeoutAt=427013042583, startTime=367013042583, timeSource=NanoTimeSource] 2> 4718 INFO (jetty-launcher-8-thread-1) [] o.e.j.s.Server Stopped Server@7f6bb395{STOPPING}[10.0.15,sto=0] 2> 4724 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.c.ZkTestServer Shutting down ZkTestServer. 2> 2> ERROR: java.lang.Exception: Error starting up MiniSolrCloudCluster 2> 2> 5787 INFO (TEST-TestSolrCLIRunExample.testInteractiveSolrCloudExample-seed#[5CCD1B1CA175404B]) [] o.a.s.SolrTestCaseJ4 ###Ending testInteractiveSolrCloudExample > java.lang.AssertionError: After running Solr cloud example, test collection 'testCloudExamplePrompt' not found in Solr at: http://localhost:37751/solr; tool output: > Welcome to the SolrCloud example! > > This interactive session will help you launch a SolrCloud cluster on your local workstation. > To begin, how many Solr nodes would you like to run in your local cluster? (specify 1-4 nodes) [2]: > Ok, let's start up 1 Solr nodes for your example SolrCloud cluster. > Please enter the port for node1 [8983]: > Creating Solr home directory /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001/tempDir-002/cloud/node1/solr > > Starting up Solr on port 37751 using command: > "/tmp/src/solr/solr/bin/solr" start -cloud -p 37751 -s "/tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001/tempDir-002/cloud/node1/solr" > at __randomizedtesting.SeedInfo.seed([5CCD1B1CA175404B:87BCFBD69600852D]:0) > at org.junit.Assert.fail(Assert.java:89) > at org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample(TestSolrCLIRunExample.java:507) > 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) 2> NOTE: reproduce with: gradlew test --tests TestSolrCLIRunExample.testInteractiveSolrCloudExample -Dtests.seed=5CCD1B1CA175404B -Dtests.locale=or -Dtests.timezone=Pacific/Pitcairn -Dtests.asserts=true -Dtests.file.encoding=UTF-8 2> 5810 INFO (SUITE-TestSolrCLIRunExample-seed#[5CCD1B1CA175404B]-worker) [] o.a.s.u.ErrorLogMuter Closing ErrorLogMuter-regex-1 after mutting 0 log messages 2> 5810 INFO (SUITE-TestSolrCLIRunExample-seed#[5CCD1B1CA175404B]-worker) [] o.a.s.u.ErrorLogMuter Creating ErrorLogMuter-regex-2 for ERROR logs matching regex: ignore_exception 2> NOTE: leaving temporary files on disk at: /tmp/src/solr/solr/core/build/tmp/tests-tmp/solr.cli.TestSolrCLIRunExample_5CCD1B1CA175404B-001 2> NOTE: test params are: codec=Asserting(Lucene95): {}, docValues:{}, maxPointsInLeafNode=174, maxMBSortInHeap=6.7369003215247805, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=or, timezone=Pacific/Pitcairn 2> NOTE: Linux 5.4.0-100-generic amd64/Oracle Corporation 11.0.16 (64-bit)/cpus=1,threads=1,free=231214760,total=324534272 2> NOTE: All tests run in this JVM: [TestSolrCLIRunExample] WARNING: Test org.apache.solr.TestRandomFaceting wrote 12,271,927 bytes of output. WARNING: Test org.apache.solr.schema.DocValuesTest wrote 10,766,979 bytes of output. > Task :solr:modules:hdfs:test :solr:modules:hdfs:test (SUCCESS): 102 test(s), 51 skipped > Task :solr:modules:hdfs:wipeTaskTemp > Task :solr:modules:hdfs:check > Task :solr:modules:hdfs:assemblePackaging > Task :solr:packaging:installFullDist > Task :solr:packaging:integrationTests 1..65 ok 1 auth rejects blockUnknown option with invalid boolean in 3083ms ok 2 auth rejects updateIncludeFileOnly option with invalid boolean in 2891ms ok 3 nothing in 11ms > Task :solr:core:test WARNING: Test org.apache.solr.schema.TestCloudSchemaless wrote 13,852,033 bytes of output. WARNING: Test org.apache.solr.search.facet.TestCloudJSONFacetSKGEquiv wrote 14,116,109 bytes of output. > Task :solr:packaging:integrationTests ok 4 create for non cloud mode in 15834ms ok 5 create for cloud mode in 17082ms ok 6 create collection in 7592ms ok 7 reject d option with invalid config dir in 1258ms ok 8 accept d option with builtin config in 5880ms ok 9 accept d option with explicit path to config in 5762ms ok 10 accept n option as config name in 6008ms > Task :solr:core:test :solr:core:test (FAILURE): 4851 test(s), 1 failure(s), 201 skipped 4851 tests completed, 1 failed, 201 skipped > Task :solr:core:test FAILED > Task :solr:core:wipeTaskTemp > Task :solr:packaging:integrationTests ok 11 allow config reuse when n option specifies same config in 10679ms ok 12 create multisharded collections when s provided in 5916ms ok 13 create replicated collections when rf provided in 6858ms ok 14 can delete collections in 9799ms ok 15 collection delete also deletes zk config in 7971ms ok 16 deletes accompanying zk config with nondefault name in 7960ms ok 17 deleteConfig option can opt to leave config in zk in 7910ms ok 18 SOLR-16755 test works with noprompt in 34613ms ok 19 Check export command in 29030ms ok 20 export fails on non cloud mode in 17332ms ok 21 using curl to extract a single pdf file in 23398ms ok 22 using the bin/solr post tool to extract content from pdf in 24416ms ok 23 using the bin/solr post tool to crawl web site in 25921ms ok 24 healthcheck on cloud solr in 21302ms ok 25 start help flag prints help in 149ms ok 26 stop help flag prints help in 143ms ok 27 restart help flag prints help in 146ms ok 28 status help flag prints help in 46ms # skip Currently the status -help flag doesn't return nice help text! ok 29 healthcheck help flag prints help in 141ms ok 30 create help flag prints help in 140ms ok 31 createcore help flag prints help in 144ms ok 32 createcollection help flag prints help in 147ms ok 33 delete help flag prints help in 143ms ok 34 version help flag prints help in 48ms # skip Currently the version -help flag doesn't return nice help text! ok 35 zk help flag prints help in 147ms ok 36 auth help flag prints help in 144ms ok 37 assert help flag prints help in 986ms ok 38 post help flag prints help in 1008ms ok 39 SQL Module in 23597ms ok 40 Hadoop-Auth Module: KerberosPlugin Classloading in 26120ms ok 41 icu collation in analysis-extras module in 19490ms ok 42 package detects no running solr in 229ms ok 43 lifecycle of package in 16397ms ok 44 deploying and undeploying a collection level package in 20324ms ok 45 Affinity placement plugin using sysprop in 22704ms ok 46 Random placement plugin using ENV in 22601ms ok 47 Check help command in 2854ms ok 48 basic post with a type specified in 5912ms ok 49 basic post WITHOUT a type specified in 12915ms ok 50 crawling a directory in 4796ms ok 51 crawling a web site in 5308ms ok 52 commit and optimize and delete in 3978ms ok 53 args mode in 6585ms ok 54 stdin mode in 3495ms ok 55 post solr log into solr via script in 8805ms ok 56 post solr log into solr via cli in 7691ms ok 57 allowPaths - backup in 23323ms ok 58 start solr with ssl in 19919ms ok 59 start solr with ssl and auth in 22484ms ok 60 SOLR-11740 check 'solr stop' connection in 28428ms ok 61 status detects locally running solr in 14675ms ok 62 status does not expose cli parameters to end user in 211ms ok 63 listing out files in 2185ms ok 64 copying files around in 6610ms ok 65 upconfig in 2627ms ERROR: The following test(s) have failed: - org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample (:solr:core) Test output: /tmp/src/solr/solr/core/build/test-results/test/outputs/OUTPUT-org.apache.solr.cli.TestSolrCLIRunExample.txt Reproduce with: gradlew :solr:core:test --tests "org.apache.solr.cli.TestSolrCLIRunExample.testInteractiveSolrCloudExample" -Ptests.jvms=96 "-Ptests.jvmargs=-XX:TieredStopAtLevel=1 -XX:+UseParallelGC -XX:ActiveProcessorCount=1 -XX:ReservedCodeCacheSize=120m" -Ptests.seed=5CCD1B1CA175404B -Ptests.file.encoding=ISO-8859-1 FAILURE: Build 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. * Get more help at https://help.gradle.org BUILD FAILED in 17m 5s 654 actionable tasks: 637 executed, 17 up-to-date [0m[?12l[?25h ------------------------------------------------------------------------ Build Failed: returned 1 Total time: 17m30.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(1675) [Receiver=3.1.2] 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]
