You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2017/08/01 17:40:03 UTC

[JENKINS] Lucene-Solr-7.x-Linux (32bit/jdk1.8.0_141) - Build # 183 - Failure!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/183/
Java: 32bit/jdk1.8.0_141 -server -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.search.QueryEqualityTest.testGraphTermsQuery

Error Message:
undefined field: "field1"

Stack Trace:
org.apache.solr.common.SolrException: undefined field: "field1"
	at __randomizedtesting.SeedInfo.seed([E9889D4DF5AC00C:A06ED72F23AE0C90]:0)
	at org.apache.solr.schema.IndexSchema.getField(IndexSchema.java:1219)
	at org.apache.solr.search.GraphTermsQParserPlugin$1.parse(GraphTermsQParserPlugin.java:96)
	at org.apache.solr.search.QParser.getQuery(QParser.java:168)
	at org.apache.solr.search.QueryEqualityTest.assertQueryEquals(QueryEqualityTest.java:1058)
	at org.apache.solr.search.QueryEqualityTest.testGraphTermsQuery(QueryEqualityTest.java:174)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.AutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([E9889D4DF5AC00C:B44AE6AC5C742E19]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:529&qt=&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:879)
	... 40 more


FAILED:  org.apache.solr.update.HardAutoCommitTest.testCommitWithin

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([E9889D4DF5AC00C:B44AE6AC5C742E19]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
	at org.apache.solr.update.HardAutoCommitTest.testCommitWithin(HardAutoCommitTest.java:100)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
</response>

	request was:q=id:529&qt=&start=0&rows=20&version=2.2
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:879)
	... 40 more


FAILED:  org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete

Error Message:
Error from server at https://127.0.0.1:43095/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/> <title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason: <pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/> </body> </html> 

Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from server at https://127.0.0.1:43095/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at __randomizedtesting.SeedInfo.seed([E9889D4DF5AC00C:AD62277158B22AA9]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
	at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
	at org.apache.solr.cloud.TestCollectionsAPIViaSolrCloudCluster.testCollectionCreateSearchDelete(TestCollectionsAPIViaSolrCloudCluster.java:167)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:43095/solr/testcollection_shard1_replica_n3: Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/testcollection_shard1_replica_n3/update. Reason:
<pre>    Can not find: /solr/testcollection_shard1_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
</body>
</html>

	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:588)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:252)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:241)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	... 1 more




Build Log:
[...truncated 11188 lines...]
   [junit4] Suite: org.apache.solr.update.AutoCommitTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E9889D4DF5AC00C-001/init-core-data-001
   [junit4]   2> 249638 WARN  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
   [junit4]   2> 249638 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 249639 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 249639 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 249639 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 249640 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 249665 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 249686 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 249771 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 249832 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 249835 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 249835 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 249845 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 249895 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 249947 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 250039 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 250056 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 250056 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 250056 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 250056 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E9889D4DF5AC00C-001/init-core-data-001/]
   [junit4]   2> 250063 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@79d178
   [junit4]   2> 250108 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 250108 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 250108 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 250108 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 250109 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=49, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=55.2041015625, floorSegmentMB=2.017578125, forceMergeDeletesPctAllowed=21.92534279627201, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11174650800148217
   [junit4]   2> 250109 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@13a5a81[collection1] main]
   [junit4]   2> 250110 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 250128 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 250185 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 250185 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 250185 INFO  (coreLoadExecutor-1651-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574549040492707840
   [junit4]   2> 250185 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 250185 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 250185 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 250186 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 250186 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 250186 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 250186 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 250186 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 250193 INFO  (searcherExecutor-1652-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@13a5a81[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 250194 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 250196 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMaxTime
   [junit4]   2> 250196 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 250197 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@701cb5[collection1] realtime]
   [junit4]   2> 250197 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 250197 ERROR (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 250197 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 250221 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 250236 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 250374 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 250383 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    ] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 250400 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 250400 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E9889D4DF5AC00C-001/init-core-data-001/]
   [junit4]   2> 250452 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 250452 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 250453 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@571a5d[collection1] main]
   [junit4]   2> 250454 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 250455 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 250457 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 250457 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 250457 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574549040777920512
   [junit4]   2> 250457 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 250457 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 250458 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 250458 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 250458 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 250458 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 250458 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 250458 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 250460 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 250460 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 250461 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@571a5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 250461 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@134e1ea[collection1] main]
   [junit4]   2> 250461 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6e0a02
   [junit4]   2> 250461 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=7211522
   [junit4]   2> 250463 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@134e1ea[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 250470 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1574549040790503424)]} 0 1
   [junit4]   2> 250471 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 251970 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 251982 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f1db0a[collection1] main]
   [junit4]   2> 251983 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 251986 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@f1db0a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.1.0):C1)))}
   [junit4]   2> 252225 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1574549042630754304)]} 0 1756
   [junit4]   2> 252225 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 252227 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 252227 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{delete=[529 (-1574549042633900032)]} 0 0
   [junit4]   2> 252228 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 253725 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 253732 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12ffd0d[collection1] main]
   [junit4]   2> 253733 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 253734 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12ffd0d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.1.0):C1)))}
   [junit4]   2> 253980 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[550 (1574549044471005184)]} 0 3511
   [junit4]   2> 253980 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 253980 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044472053760)]} 0 3511
   [junit4]   2> 253981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044472053761)]} 0 3512
   [junit4]   2> 253981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044473102336)]} 0 3512
   [junit4]   2> 253981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044473102337)]} 0 3512
   [junit4]   2> 253981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044473102338)]} 0 3512
   [junit4]   2> 253981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044473102339)]} 0 3512
   [junit4]   2> 253981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044473102340)]} 0 3512
   [junit4]   2> 253981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044473102341)]} 0 3512
   [junit4]   2> 253981 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044473102342)]} 0 3513
   [junit4]   2> 253982 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[500 (1574549044474150912)]} 0 3513
   [junit4]   2> 253982 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 255480 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 255487 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@15925ca[collection1] main]
   [junit4]   2> 255487 INFO  (commitScheduler-1660-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 255489 INFO  (searcherExecutor-1657-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@15925ca[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(7.1.0):C1) Uninverting(_2(7.1.0):C11/9:delGen=1)))}
   [junit4]   2> 255733 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[531 (1574549046310207488)]} 0 5264
   [junit4]   2> 255733 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:500&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 255734 INFO  (TEST-AutoCommitTest.testMaxTime-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxTime
   [junit4]   2> 255735 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testCommitWithin
   [junit4]   2> 255736 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 255736 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@17175a6[collection1] realtime]
   [junit4]   2> 255736 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 255736 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 255737 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 255755 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 255773 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 255835 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 255856 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 255864 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 255864 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E9889D4DF5AC00C-001/init-core-data-001/]
   [junit4]   2> 255901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 255901 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 255903 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@101675b[collection1] main]
   [junit4]   2> 255903 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 255904 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 255906 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 255906 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 255906 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 255906 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 255906 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 255906 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 255906 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 255906 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 255907 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 255907 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 255909 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=44, maxMergedSegmentMB=80.0009765625, floorSegmentMB=1.287109375, forceMergeDeletesPctAllowed=28.822091330626456, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 255910 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 255910 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@101675b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 255911 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@12ba0cd[collection1] main]
   [junit4]   2> 255911 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@17eff70
   [junit4]   2> 255911 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=25100144
   [junit4]   2> 255914 INFO  (searcherExecutor-1661-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@12ba0cd[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 255917 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[529 (1574549046498951168)]} 0 4
   [junit4]   2> 255917 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 255918 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[530 (1574549046504194048)]} 0 5
   [junit4]   2> 255918 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:530&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 255918 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {delete=[529 (-1574549046504194049)]} 0 5
   [junit4]   2> 255918 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:529&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 255918 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 255919 ERROR (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=id:529&qt=&start=0&rows=20&version=2.2:java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:879)
   [junit4]   2> 	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 255919 INFO  (TEST-AutoCommitTest.testCommitWithin-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testCommitWithin
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=AutoCommitTest -Dtests.method=testCommitWithin -Dtests.seed=E9889D4DF5AC00C -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=ko-KR -Dtests.timezone=Asia/Amman -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.19s J2 | AutoCommitTest.testCommitWithin <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E9889D4DF5AC00C:B44AE6AC5C742E19]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:886)
   [junit4]    > 	at org.apache.solr.update.AutoCommitTest.testCommitWithin(AutoCommitTest.java:353)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:879)
   [junit4]    > 	... 40 more
   [junit4]   2> 255923 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Starting testMaxDocs
   [junit4]   2> 255923 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 255923 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@849c2c[collection1] realtime]
   [junit4]   2> 255923 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 255924 ERROR (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.CorePropertiesLocator Couldn't load core descriptor from /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties:java.nio.file.NoSuchFileException: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/core.properties
   [junit4]   2> 255924 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 255942 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 255958 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 256030 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 256036 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1
   [junit4]   2> 256050 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 256050 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E9889D4DF5AC00C-001/init-core-data-001/]
   [junit4]   2> 256089 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 256089 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 256090 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@171ebba[collection1] main]
   [junit4]   2> 256091 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 256091 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 256094 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 256095 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 256096 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=17.775390625, floorSegmentMB=1.66015625, forceMergeDeletesPctAllowed=21.654870304561673, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17470699571374093
   [junit4]   2> 256096 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 256098 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@171ebba[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 256098 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@10369d1[collection1] main]
   [junit4]   2> 256098 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1055b61
   [junit4]   2> 256098 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=17128289
   [junit4]   2> 256100 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@10369d1[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 256103 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[0 (1574549046698180608)]} 0 0
   [junit4]   2> 256103 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[1 (1574549046698180609)]} 0 0
   [junit4]   2> 256104 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[2 (1574549046698180610)]} 0 0
   [junit4]   2> 256104 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[3 (1574549046699229184)]} 0 0
   [junit4]   2> 256104 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[4 (1574549046699229185)]} 0 1
   [junit4]   2> 256104 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[5 (1574549046699229186)]} 0 1
   [junit4]   2> 256104 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[6 (1574549046699229187)]} 0 1
   [junit4]   2> 256105 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[7 (1574549046699229188)]} 0 1
   [junit4]   2> 256105 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[8 (1574549046700277760)]} 0 2
   [junit4]   2> 256105 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[9 (1574549046700277761)]} 0 2
   [junit4]   2> 256105 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[10 (1574549046700277762)]} 0 2
   [junit4]   2> 256105 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[11 (1574549046700277763)]} 0 2
   [junit4]   2> 256112 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[12 (1574549046707617792)]} 0 9
   [junit4]   2> 256112 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[13 (1574549046707617793)]} 0 9
   [junit4]   2> 256112 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 256113 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[14 (1574549046708666368)]} 0 10
   [junit4]   2> 256114 INFO  (commitScheduler-1668-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 256116 INFO  (commitScheduler-1668-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f16990[collection1] main]
   [junit4]   2> 256116 INFO  (commitScheduler-1668-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 256117 INFO  (searcherExecutor-1665-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@1f16990[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_5(7.1.0):C15)))}
   [junit4]   2> 256364 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.u.p.LogUpdateProcessorFactory [collection1] {add=[15 (1574549046970810368)]} 0 260
   [junit4]   2> 256364 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&qt=&start=0&rows=20&version=2.2} hits=1 status=0 QTime=0
   [junit4]   2> 256365 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&qt=&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 256365 INFO  (TEST-AutoCommitTest.testMaxDocs-seed#[E9889D4DF5AC00C]) [    x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testMaxDocs
   [junit4]   2> 256365 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 256365 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21293613
   [junit4]   2> 256365 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 256366 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 256368 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 256368 INFO  (SUITE-AutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 256368 INFO  (coreCloseExecutor-1669-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@132927a
   [junit4]   2> 256368 INFO  (coreCloseExecutor-1669-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 256368 INFO  (coreCloseExecutor-1669-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@e65fdb commitCommandVersion:0
   [junit4]   2> 256372 INFO  (coreCloseExecutor-1669-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=20091514
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.AutoCommitTest_E9889D4DF5AC00C-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=RandomSimilarity(queryNorm=false): {}, locale=ko-KR, timezone=Asia/Amman
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 1.8.0_141 (32-bit)/cpus=8,threads=1,free=173520392,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestJettySolrRunner, TestRandomRequestDistribution, SuggestComponentTest, TestReload, TestTlogReplica, TestStressUserVersions, RequestLoggingTest, DeleteStatusTest, TestRecovery, HdfsDirectoryFactoryTest, TestConfigSetsAPIZkFailure, AtomicUpdatesTest, TestAnalyzedSuggestions, BitVectorTest, TestTolerantSearch, VersionInfoTest, RecoveryZkTest, TestStressReorder, TestLRUStatsCache, TestDFRSimilarityFactory, TestCloudDeleteByQuery, MetricUtilsTest, MultiTermTest, TestJsonRequest, AddBlockUpdateTest, AutoCommitTest]
   [junit4] Completed [111/727 (1!)] on J2 in 6.76s, 3 tests, 1 error <<< FAILURES!

[...truncated 385 lines...]
   [junit4] Suite: org.apache.solr.search.QueryEqualityTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.QueryEqualityTest_E9889D4DF5AC00C-001/init-core-data-001
   [junit4]   2> 599122 WARN  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 599122 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 599124 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 599124 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 599124 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 599124 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 599172 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 599188 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 599249 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 599284 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 599289 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 599289 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 599291 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 599330 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.1.0
   [junit4]   2> 599350 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 599459 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 599465 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 599465 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@127d0fd
   [junit4]   2> 599465 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 599465 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.search.QueryEqualityTest_E9889D4DF5AC00C-001/init-core-data-001/]
   [junit4]   2> 599467 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=44, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=52.9794921875, floorSegmentMB=0.953125, forceMergeDeletesPctAllowed=21.54402883887934, segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 599514 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 599514 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 599515 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 599515 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 599516 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=64.1474609375, floorSegmentMB=2.0634765625, forceMergeDeletesPctAllowed=20.437508860904835, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.40920318529664923
   [junit4]   2> 599516 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@9e29b3[collection1] main]
   [junit4]   2> 599517 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 599535 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 599585 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 599585 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 599585 INFO  (coreLoadExecutor-2980-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1574549406865162240
   [junit4]   2> 599585 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 599585 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 599585 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 599585 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 599585 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 599585 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 599585 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 599586 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 599587 INFO  (searcherExecutor-2981-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@9e29b3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 599588 INFO  (SUITE-QueryEqualityTest-seed#[E9889D4DF5AC00C]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 599590 INFO  (TEST-QueryEqualityTest.testQuerySwitch-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testQuerySwitch
   [junit4]   2> 599597 INFO  (TEST-QueryEqualityTest.testQuerySwitch-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testQuerySwitch
   [junit4]   2> 599600 INFO  (TEST-QueryEqualityTest.testFuncGeohash-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFuncGeohash
   [junit4]   2> 599601 INFO  (TEST-QueryEqualityTest.testFuncGeohash-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFuncGeohash
   [junit4]   2> 599604 INFO  (TEST-QueryEqualityTest.testFuncMod-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFuncMod
   [junit4]   2> 599605 INFO  (TEST-QueryEqualityTest.testFuncMod-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFuncMod
   [junit4]   2> 599608 INFO  (TEST-QueryEqualityTest.testFuncRecip-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFuncRecip
   [junit4]   2> 599609 INFO  (TEST-QueryEqualityTest.testFuncRecip-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFuncRecip
   [junit4]   2> 599612 INFO  (TEST-QueryEqualityTest.testQueryCollapse-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testQueryCollapse
   [junit4]   2> 599613 INFO  (TEST-QueryEqualityTest.testQueryCollapse-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testQueryCollapse
   [junit4]   2> 599616 INFO  (TEST-QueryEqualityTest.testFuncNorm-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFuncNorm
   [junit4]   2> 599617 INFO  (TEST-QueryEqualityTest.testFuncNorm-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFuncNorm
   [junit4]   2> 599620 INFO  (TEST-QueryEqualityTest.testFuncVector-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFuncVector
   [junit4]   2> 599623 INFO  (TEST-QueryEqualityTest.testFuncVector-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFuncVector
   [junit4]   2> 599626 INFO  (TEST-QueryEqualityTest.testTerms-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTerms
   [junit4]   2> 599633 INFO  (TEST-QueryEqualityTest.testTerms-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTerms
   [junit4]   2> 599635 INFO  (TEST-QueryEqualityTest.testFuncDef-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFuncDef
   [junit4]   2> 599639 INFO  (TEST-QueryEqualityTest.testFuncDef-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFuncDef
   [junit4]   2> 599641 INFO  (TEST-QueryEqualityTest.testReRankQuery-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testReRankQuery
   [junit4]   2> 599653 INFO  (TEST-QueryEqualityTest.testReRankQuery-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testReRankQuery
   [junit4]   2> 599656 INFO  (TEST-QueryEqualityTest.testLocalParamsWithRepeatingParam-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testLocalParamsWithRepeatingParam
   [junit4]   2> 599660 INFO  (TEST-QueryEqualityTest.testLocalParamsWithRepeatingParam-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testLocalParamsWithRepeatingParam
   [junit4]   2> 599662 INFO  (TEST-QueryEqualityTest.testQueryLucene-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testQueryLucene
   [junit4]   2> 599663 INFO  (TEST-QueryEqualityTest.testQueryLucene-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testQueryLucene
   [junit4]   2> 599669 INFO  (TEST-QueryEqualityTest.testFuncRord-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFuncRord
   [junit4]   2> 599670 INFO  (TEST-QueryEqualityTest.testFuncRord-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFuncRord
   [junit4]   2> 599673 INFO  (TEST-QueryEqualityTest.testFuncMathConsts-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testFuncMathConsts
   [junit4]   2> 599673 INFO  (TEST-QueryEqualityTest.testFuncMathConsts-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testFuncMathConsts
   [junit4]   2> 599676 INFO  (TEST-QueryEqualityTest.testCompares-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCompares
   [junit4]   2> 599680 INFO  (TEST-QueryEqualityTest.testCompares-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCompares
   [junit4]   2> 599683 INFO  (TEST-QueryEqualityTest.testQueryTerm-seed#[E9889D4DF5AC00C]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testQueryTerm
   [junit4]   2> 599684 INFO  (TEST

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

.lang.RuntimeException: REQUEST FAILED: xpath=//result[@numFound=1]
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">0</int></lst><result name="response" numFound="0" start="0"></result>
   [junit4]    > </response>
   [junit4]    > 	request was:q=id:529&qt=&start=0&rows=20&version=2.2
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:879)
   [junit4]    > 	... 40 more
   [junit4]   2> 1207295 INFO  (SUITE-HardAutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1207295 INFO  (SUITE-HardAutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer instance=5181485
   [junit4]   2> 1207296 INFO  (SUITE-HardAutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1207297 INFO  (SUITE-HardAutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1207298 INFO  (SUITE-HardAutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1207299 INFO  (SUITE-HardAutoCommitTest-seed#[E9889D4DF5AC00C]-worker) [    x:collection1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1207317 INFO  (coreCloseExecutor-5671-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ee63bd
   [junit4]   2> 1207317 INFO  (coreCloseExecutor-5671-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1207317 INFO  (coreCloseExecutor-5671-thread-1-processing-x:collection1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@5e6441 commitCommandVersion:0
   [junit4]   2> 1207321 INFO  (coreCloseExecutor-5671-thread-1-processing-x:collection1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=32400317
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.update.HardAutoCommitTest_E9889D4DF5AC00C-001
   [junit4]   2> Aug 01, 2017 5:18:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {range_facet_l_dv=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), field_t=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), multiDefault=Lucene50(blocksize=128), subject=Lucene50(blocksize=128), intDefault=PostingsFormat(name=Memory), id_i1=PostingsFormat(name=Memory), id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))), range_facet_i_dv=Lucene50(blocksize=128), text=FSTOrd50, range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Direct), range_facet_i_dv=DocValuesFormat(name=Memory), intDvoDefault=DocValuesFormat(name=Lucene70), timestamp=DocValuesFormat(name=Memory)}, maxPointsInLeafNode=543, maxMBSortInHeap=5.867931958112799, sim=RandomSimilarity(queryNorm=true): {}, locale=es-VE, timezone=Etc/GMT+10
   [junit4]   2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation 1.8.0_141 (32-bit)/cpus=8,threads=1,free=260794240,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestJettySolrRunner, TestRandomRequestDistribution, SuggestComponentTest, TestReload, TestTlogReplica, TestStressUserVersions, RequestLoggingTest, DeleteStatusTest, TestRecovery, HdfsDirectoryFactoryTest, TestConfigSetsAPIZkFailure, AtomicUpdatesTest, TestAnalyzedSuggestions, BitVectorTest, TestTolerantSearch, VersionInfoTest, RecoveryZkTest, TestStressReorder, TestLRUStatsCache, TestDFRSimilarityFactory, TestCloudDeleteByQuery, MetricUtilsTest, MultiTermTest, TestJsonRequest, AddBlockUpdateTest, AutoCommitTest, TestSort, TestCodecSupport, DocValuesMissingTest, TestSolrCoreParser, TestFieldTypeResource, RuleEngineTest, TermsComponentTest, DataDrivenBlockJoinTest, TestSegmentSorting, FastVectorHighlighterTest, TestInPlaceUpdatesDistrib, InfoHandlerTest, DateMathParserTest, CollectionsAPIAsyncDistributedZkTest, TestRandomCollapseQParserPlugin, DocumentBuilderTest, TestSystemCollAutoCreate, SuggesterTest, ResponseHeaderTest, TolerantUpdateProcessorTest, XsltUpdateRequestHandlerTest, SaslZkACLProviderTest, DirectUpdateHandlerTest, TestImpersonationWithHadoopAuth, DistributedFacetPivotSmallAdvancedTest, SolrTestCaseJ4Test, RankQueryTest, TestLMJelinekMercerSimilarityFactory, CheckHdfsIndexTest, SimplePostToolTest, TestSolrCoreProperties, DirectUpdateHandlerOptimizeTest, AsyncCallRequestStatusResponseTest, TestCopyFieldCollectionResource, CoreAdminCreateDiscoverTest, StatsComponentTest, TestInitParams, HdfsRecoveryZkTest, TestCustomSort, SearchHandlerTest, TimeZoneUtilsTest, SuggesterFSTTest, BlockDirectoryTest, CustomCollectionTest, SolrJmxReporterTest, QueryEqualityTest, TestRequestForwarding, CopyFieldTest, TestFreeTextSuggestions, TestManagedResourceStorage, TestFastWriter, DistributedFacetExistsSmallTest, TestReversedWildcardFilterFactory, TestFieldCacheVsDocValues, TestCollectionsAPIViaSolrCloudCluster, TestSlowCompositeReaderWrapper, TestManagedSynonymGraphFilterFactory, TestBinaryResponseWriter, TestConfigOverlay, TestFoldingMultitermQuery, SolrCloudExampleTest, HdfsCollectionsAPIDistributedZkTest, URLClassifyProcessorTest, TestCloudSearcherWarming, TestGraphTermsQParserPlugin, TestPullReplica, PreAnalyzedFieldManagedSchemaCloudTest, MissingSegmentRecoveryTest, TestHdfsCloudBackupRestore, TestSurroundQueryParser, TestUtils, TestConfigSets, CoreSorterTest, TermVectorComponentDistributedTest, SolrShardReporterTest, TestLeaderInitiatedRecoveryThread, ConfigSetsAPITest, TestHttpShardHandlerFactory, TestShardHandlerFactory, SimpleFacetsTest, BadIndexSchemaTest, NotRequiredUniqueKeyTest, RequiredFieldsTest, MoveReplicaTest, LeaderInitiatedRecoveryOnCommitTest, TestCollapseQParserPlugin, HdfsLockFactoryTest, PingRequestHandlerTest, SyncSliceTest, BasicZkTest, TestReplicationHandler, TestHashPartitioner, TestStressVersions, HardAutoCommitTest]
   [junit4] Completed [383/727 (4!)] on J2 in 1.16s, 1 test, 1 error <<< FAILURES!

[...truncated 32270 lines...]
-ecj-javadoc-lint-src:
    [mkdir] Created dir: /tmp/ecj793741750
 [ecj-lint] Compiling 823 source files to /tmp/ecj793741750
 [ecj-lint] ----------
 [ecj-lint] 1. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/src/java/org/apache/lucene/codecs/CodecUtil.java (at line 523)
 [ecj-lint] 	throw new CorruptIndexException("misplaced codec footer (file truncated?): length=" + in.length() + " but footerLength==" + footerLength(), input);
 [ecj-lint] 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] Resource leak: 'in' is not closed at this location
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 2. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java (at line 144)
 [ecj-lint] 	RAMOutputStream out = new RAMOutputStream();
 [ecj-lint] 	                ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] 3. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/src/java/org/apache/lucene/index/FrozenBufferedUpdates.java (at line 186)
 [ecj-lint] 	RAMOutputStream out = new RAMOutputStream();
 [ecj-lint] 	                ^^^
 [ecj-lint] Resource leak: 'out' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 4. WARNING in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/src/java/org/apache/lucene/index/ReadersAndUpdates.java (at line 846)
 [ecj-lint] 	SegmentReader newReader = new SegmentReader(info, reader, liveDocs, info.info.maxDoc() - delCount);
 [ecj-lint] 	              ^^^^^^^^^
 [ecj-lint] Resource leak: 'newReader' is never closed
 [ecj-lint] ----------
 [ecj-lint] ----------
 [ecj-lint] 5. ERROR in /home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/core/src/java/org/apache/lucene/index/TieredMergePolicy.java (at line 23)
 [ecj-lint] 	import java.util.Collections;
 [ecj-lint] 	       ^^^^^^^^^^^^^^^^^^^^^
 [ecj-lint] The import java.util.Collections is never used
 [ecj-lint] ----------
 [ecj-lint] 5 problems (1 error, 4 warnings)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:810: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:101: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build.xml:203: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2007: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2046: Compile failed; see the compiler error output for details.

Total time: 65 minutes 51 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any