Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1467/

10 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testNodeLost

Error Message:
org.apache.solr.common.SolrException: 

Stack Trace:
org.apache.solr.common.SolrException: org.apache.solr.common.SolrException: 
        at 
__randomizedtesting.SeedInfo.seed([716E0B57FD2E7C29:CE7BC5A97EC419AF]:0)
        at 
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:78)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider.getNodeValues(SolrClientNodeStateProvider.java:111)
        at 
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.printState(ComputePlanActionTest.java:139)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.common.SolrException: 
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:250)
        at 
org.apache.solr.common.cloud.rule.ImplicitSnitch.getTags(ImplicitSnitch.java:76)
        ... 39 more
Caused by: org.apache.solr.client.solrj.SolrServerException: Server refused 
connection at: http://127.0.0.1:37585/solr
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:650)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$ClientSnitchCtx.invoke(SolrClientNodeStateProvider.java:292)
        at 
org.apache.solr.client.solrj.impl.SolrClientNodeStateProvider$AutoScalingSnitch.getRemoteInfo(SolrClientNodeStateProvider.java:227)
        ... 40 more
Caused by: org.apache.http.conn.HttpHostConnectException: Connect to 
127.0.0.1:37585 [/127.0.0.1] failed: Connection refused (Connection refused)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159)
        at 
org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359)
        at 
org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 45 more
Caused by: java.net.ConnectException: Connection refused (Connection refused)
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:589)
        at 
org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75)
        at 
org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
        ... 55 more


FAILED:  
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTrigger

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([716E0B57FD2E7C29:7590A245C7E4FEB3]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeLostTrigger(TriggerIntegrationTest.java:521)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.cloud.hdfs.HdfsBasicDistributedZkTest.test

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:38472/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:38472/collection1
        at 
__randomizedtesting.SeedInfo.seed([716E0B57FD2E7C29:F93A348D53D211D1]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        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.sendRequest(CloudSolrClient.java:1104)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:484)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:463)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1591)
        at 
org.apache.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:214)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 53 more


FAILED:  
org.apache.lucene.codecs.simpletext.TestSimpleTextPostingsFormat.testDocsAndFreqsAndPositionsAndPayloads

Error Message:
Captured an uncaught exception in thread: Thread[id=306, name=Thread-290, 
state=RUNNABLE, group=TGRP-TestSimpleTextPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=306, name=Thread-290, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
Caused by: java.lang.RuntimeException: java.lang.AssertionError: position is 
wrong expected:<0> but was:<-1>
        at __randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
Caused by: java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)


FAILED:  
org.apache.lucene.codecs.simpletext.TestSimpleTextPostingsFormat.testDocsAndFreqsAndPositions

Error Message:
Captured an uncaught exception in thread: Thread[id=332, name=Thread-316, 
state=RUNNABLE, group=TGRP-TestSimpleTextPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=332, name=Thread-316, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
Caused by: java.lang.RuntimeException: java.lang.AssertionError: position is 
wrong expected:<0> but was:<-1>
        at __randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
Caused by: java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)


FAILED:  
org.apache.lucene.codecs.simpletext.TestSimpleTextPostingsFormat.testRandom

Error Message:
Captured an uncaught exception in thread: Thread[id=336, name=Thread-320, 
state=RUNNABLE, group=TGRP-TestSimpleTextPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=336, name=Thread-320, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
Caused by: java.lang.RuntimeException: java.lang.AssertionError: position is 
wrong expected:<20> but was:<-1>
        at __randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
Caused by: java.lang.AssertionError: position is wrong expected:<20> but 
was:<-1>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)


FAILED:  
org.apache.lucene.codecs.simpletext.TestSimpleTextPostingsFormat.testDocsAndFreqsAndPositionsAndOffsets

Error Message:
Captured an uncaught exception in thread: Thread[id=366, name=Thread-350, 
state=RUNNABLE, group=TGRP-TestSimpleTextPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=366, name=Thread-350, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
Caused by: java.lang.RuntimeException: java.lang.AssertionError: position is 
wrong expected:<49> but was:<-1>
        at __randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
Caused by: java.lang.AssertionError: position is wrong expected:<49> but 
was:<-1>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)


FAILED:  
org.apache.lucene.codecs.simpletext.TestSimpleTextPostingsFormat.testDocsAndFreqsAndPositionsAndOffsetsAndPayloads

Error Message:
Captured an uncaught exception in thread: Thread[id=408, name=Thread-392, 
state=RUNNABLE, group=TGRP-TestSimpleTextPostingsFormat]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=408, name=Thread-392, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
Caused by: java.lang.RuntimeException: java.lang.AssertionError: position is 
wrong expected:<0> but was:<-1>
        at __randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
Caused by: java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)


FAILED:  
junit.framework.TestSuite.org.apache.lucene.codecs.simpletext.TestSimpleTextPostingsFormat

Error Message:
The test or suite printed 123052 bytes to stdout and stderr, even though the 
limit was set to 8192 bytes. Increase the limit with @Limit, ignore it 
completely with @SuppressSysoutChecks or run with -Dtests.verbose=true

Stack Trace:
java.lang.AssertionError: The test or suite printed 123052 bytes to stdout and 
stderr, even though the limit was set to 8192 bytes. Increase the limit with 
@Limit, ignore it completely with @SuppressSysoutChecks or run with 
-Dtests.verbose=true
        at __randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
        at 
org.apache.lucene.util.TestRuleLimitSysouts.afterIfSuccessful(TestRuleLimitSysouts.java:211)
        at 
com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterIfSuccessful(TestRuleAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:37)
        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.cloud.AliasIntegrationTest.testModifyMetadataV1

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([716E0B57FD2E7C29:A00EB59EDD826F70]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.AliasIntegrationTest.checkFooAndBarMeta(AliasIntegrationTest.java:283)
        at 
org.apache.solr.cloud.AliasIntegrationTest.testModifyMetadataV1(AliasIntegrationTest.java:251)
        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:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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)




Build Log:
[...truncated 7428 lines...]
   [junit4] Suite: 
org.apache.lucene.codecs.simpletext.TestSimpleTextPostingsFormat
   [junit4]   2> Feb 03, 2018 1:40:17 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-290,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:40:18 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-294,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:40:18 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-293,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:40:18 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-292,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<19> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<19> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:40:18 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-291,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:40:18 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-295,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:40:18 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-296,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<3> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<3> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:40:18 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-297,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<20> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<20> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleTextPostingsFormat 
-Dtests.method=testDocsAndFreqsAndPositionsAndPayloads 
-Dtests.seed=C6907EE034BF7D94 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=en-IN -Dtests.timezone=Pacific/Saipan -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    850s J2 | 
TestSimpleTextPostingsFormat.testDocsAndFreqsAndPositionsAndPayloads <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=306, name=Thread-290, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=310, name=Thread-294, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=309, name=Thread-293, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=308, name=Thread-292, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<19> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<19> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #5: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=307, name=Thread-291, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #6: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=311, name=Thread-295, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #7: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=313, name=Thread-297, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<20> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<20> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #8: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=312, name=Thread-296, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<3> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<3> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> Feb 03, 2018 1:45:21 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-316,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:45:21 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-319,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:45:21 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-318,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<29> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<29> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:45:21 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-317,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<2> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<2> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleTextPostingsFormat 
-Dtests.method=testDocsAndFreqsAndPositions -Dtests.seed=C6907EE034BF7D94 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=en-IN -Dtests.timezone=Pacific/Saipan -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    219s J2 | 
TestSimpleTextPostingsFormat.testDocsAndFreqsAndPositions <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=332, name=Thread-316, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=335, name=Thread-319, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<0> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=334, name=Thread-318, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<29> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<29> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #4: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=333, name=Thread-317, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<2> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<2> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> Feb 03, 2018 1:45:51 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-320,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<20> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<20> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:45:51 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-323,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<43> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<43> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:45:52 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-322,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<43> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<43> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:45:52 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-324,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<43> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<43> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:45:52 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-321,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<43> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<43> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:09 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-329,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<19> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<19> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:09 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-328,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:09 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-326,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<3> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<3> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:09 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-325,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<9> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<9> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:09 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-327,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<9> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<9> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:16 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-330,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:16 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-331,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<52> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<52> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:16 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-332,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:16 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-333,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<0> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<0> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:51 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-337,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<43> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<43> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:51 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-338,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<71> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<71> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> Feb 03, 2018 1:46:54 AM 
com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler
 uncaughtException
   [junit4]   2> WARNING: Uncaught exception in thread: 
Thread[Thread-336,5,TGRP-TestSimpleTextPostingsFormat]
   [junit4]   2> java.lang.RuntimeException: java.lang.AssertionError: position 
is wrong expected:<28> but was:<-1>
   [junit4]   2>        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]   2> Caused by: java.lang.AssertionError: position is wrong 
expected:<28> but was:<-1>
   [junit4]   2>        at org.junit.Assert.fail(Assert.java:93)
   [junit4]   2>        at org.junit.Assert.failNotEquals(Assert.java:647)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:128)
   [junit4]   2>        at org.junit.Assert.assertEquals(Assert.java:472)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]   2>        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)
   [junit4]   2> 
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSimpleTextPostingsFormat -Dtests.method=testRandom 
-Dtests.seed=C6907EE034BF7D94 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=en-IN -Dtests.timezone=Pacific/Saipan -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   85.0s J2 | TestSimpleTextPostingsFormat.testRandom <<<
   [junit4]    > Throwable #1: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=336, name=Thread-320, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<20> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<20> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=339, name=Thread-323, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<43> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<43> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1206)Throwable
 #3: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an 
uncaught exception in thread: Thread[id=338, name=Thread-322, state=RUNNABLE, 
group=TGRP-TestSimpleTextPostingsFormat]
   [junit4]    > Caused by: java.lang.RuntimeException: 
java.lang.AssertionError: position is wrong expected:<43> but was:<-1>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C6907EE034BF7D94]:0)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester$TestThread.run(RandomPostingsTester.java:1208)
   [junit4]    > Caused by: java.lang.AssertionError: position is wrong 
expected:<43> but was:<-1>
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.verifyEnum(RandomPostingsTester.java:1099)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.testTermsOneThread(RandomPostingsTester.java:1330)
   [junit4]    >        at 
org.apache.lucene.index.RandomPostingsTester.access$100(RandomPostingsTester.java:65)
  

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

N  (zkCallback-5199-thread-1-processing-n:127.0.0.1:43745_solr) 
[n:127.0.0.1:43745_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 8621514 WARN  
(zkCallback-5139-thread-2-processing-n:127.0.0.1:37350_solr) 
[n:127.0.0.1:37350_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 8621515 INFO  (jetty-closer-5020-thread-10) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7a5189e4{/solr,null,UNAVAILABLE}
   [junit4]   2> 8621515 INFO  (jetty-closer-5020-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6bade20f{/solr,null,UNAVAILABLE}
   [junit4]   2> 8621515 INFO  (jetty-closer-5020-thread-10) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 8621515 INFO  (jetty-closer-5020-thread-5) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 8621521 WARN  
(zkCallback-5189-thread-2-processing-n:127.0.0.1:46482_solr) 
[n:127.0.0.1:46482_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 8621521 INFO  (jetty-closer-5020-thread-9) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@3ff209c5{/solr,null,UNAVAILABLE}
   [junit4]   2> 8621521 INFO  (jetty-closer-5020-thread-9) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 8621645 INFO  (jetty-closer-5020-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@29a2dbce{/solr,null,UNAVAILABLE}
   [junit4]   2> 8621645 INFO  (jetty-closer-5020-thread-1) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 8621646 ERROR 
(SUITE-TriggerIntegrationTest-seed#[716E0B57FD2E7C29]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 8621646 INFO  
(SUITE-TriggerIntegrationTest-seed#[716E0B57FD2E7C29]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42944 42944
   [junit4]   2> 8621712 INFO  (Thread-32756) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:42944 42944
   [junit4]   2> 8621713 WARN  (Thread-32756) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        39      /solr/collections/collection1/terms/shard1
   [junit4]   2>        22      /solr/aliases.json
   [junit4]   2>        21      /solr/security.json
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        9       /solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2>        2       /solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        121     /solr/collections/collection1/state.json
   [junit4]   2>        43      /solr/collections/testMetricTrigger/state.json
   [junit4]   2>        22      /solr/clusterprops.json
   [junit4]   2>        22      /solr/clusterstate.json
   [junit4]   2>        6       /solr/autoscaling.json
   [junit4]   2>        4       
/solr/overseer_elect/election/72192462232027156-127.0.0.1:46139_solr-n_0000000005
   [junit4]   2>        4       
/solr/overseer_elect/election/72192462232027181-127.0.0.1:41657_solr-n_0000000013
   [junit4]   2>        3       
/solr/overseer_elect/election/72192462232027163-127.0.0.1:35110_solr-n_0000000007
   [junit4]   2>        2       
/solr/overseer_elect/election/72192462232027166-127.0.0.1:44890_solr-n_0000000008
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72192462232027175-core_node8-n_0000000003
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72192462232027199-core_node6-n_0000000002
   [junit4]   2>        2       
/solr/overseer_elect/election/72192462232027175-127.0.0.1:34823_solr-n_0000000011
   [junit4]   2>        2       
/solr/overseer_elect/election/72192462232027193-127.0.0.1:35173_solr-n_0000000017
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        22      /solr/live_nodes
   [junit4]   2>        22      /solr/collections
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2>        6       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        6       /solr/overseer/queue
   [junit4]   2>        6       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2>        2       /solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_716E0B57FD2E7C29-001
   [junit4]   2> Feb 02, 2018 8:36:45 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): 
{id=BlockTreeOrds(blocksize=128), x_s=PostingsFormat(name=MockRandom)}, 
docValues:{}, maxPointsInLeafNode=812, maxMBSortInHeap=7.191876238966927, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@56e69b43),
 locale=ar-OM, timezone=America/Shiprock
   [junit4]   2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=79129584,total=486014976
   [junit4]   2> NOTE: All tests run in this JVM: [ResponseLogComponentTest, 
TestNumericRangeQuery64, UniqFieldsUpdateProcessorFactoryTest, 
SpatialFilterTest, SolrGangliaReporterTest, StressHdfsTest, 
CollectionsAPISolrJTest, TestSystemCollAutoCreate, ForceLeaderTest, 
TriLevelCompositeIdRoutingTest, TestRandomDVFaceting, TestConfigSetImmutable, 
TestLMJelinekMercerSimilarityFactory, TestConfigSetsAPIExclusivity, 
MetricUtilsTest, RulesTest, TestFieldCacheSortRandom, TestCoreBackup, 
PeerSyncReplicationTest, TestSolrDeletionPolicy2, SolrMetricManagerTest, 
BlockJoinFacetSimpleTest, TestDFRSimilarityFactory, TestLegacyTerms, 
LeaderElectionIntegrationTest, PKIAuthenticationIntegrationTest, 
TestCollationFieldDocValues, TestNRTOpen, TestSQLHandlerNonCloud, 
LeaderFailoverAfterPartitionTest, TestValueSourceCache, TestHashQParserPlugin, 
TestDistributedStatsComponentCardinality, CurrencyFieldTypeTest, 
ZkShardTermsTest, TestTrieFacet, ShowFileRequestHandlerTest, 
TestUseDocValuesAsStored, TestSegmentSorting, QueryResultKeyTest, 
StatelessScriptUpdateProcessorFactoryTest, TestMaxTokenLenTokenizer, 
TestSubQueryTransformerDistrib, ZkStateWriterTest, 
DistributedDebugComponentTest, SearchHandlerTest, HighlighterMaxOffsetTest, 
TestRawTransformer, TestLFUCache, TestUninvertingReader, TestNestedDocsSort, 
TestFieldCache, SearchRateTriggerTest, TestExportWriter, NumericFieldsTest, 
TestLRUStatsCache, TestCloudDeleteByQuery, TestCodecSupport, DocValuesTest, 
SuggesterTSTTest, TestLegacyFieldCache, TestNoOpRegenerator, HttpPartitionTest, 
SolrShardReporterTest, MultiTermTest, AliasIntegrationTest, TestLegacyField, 
HdfsBasicDistributedZkTest, MoreLikeThisHandlerTest, TestJsonRequest, 
TestFileDictionaryLookup, TestSchemaVersionResource, DistributedQueueTest, 
DirectoryFactoryTest, TestJavabinTupleStreamParser, TestJmxIntegration, 
OverseerRolesTest, TestCorePropertiesReload, TestOnReconnectListenerSupport, 
TestCloudPivotFacet, CoreAdminHandlerTest, TimeZoneUtilsTest, 
StatsReloadRaceTest, TestManagedSchemaAPI, DeleteReplicaTest, TestFiltering, 
TestRestManager, TestReplicaProperties, TestSuggestSpellingConverter, 
TestPullReplicaErrorHandling, TestCoreDiscovery, LegacyCloudClusterPropTest, 
TestManagedStopFilterFactory, TestSolrCLIRunExample, 
CdcrVersionReplicationTest, TestDynamicFieldCollectionResource, 
CachingDirectoryFactoryTest, SolrJmxReporterTest, TestUpdate, 
TestPerFieldSimilarityWithDefaultOverride, TestFastWriter, 
TestPayloadScoreQParserPlugin, TestDistribIDF, SaslZkACLProviderTest, 
SolrCloudExampleTest, HdfsDirectoryTest, UnloadDistributedZkTest, 
CollectionTooManyReplicasTest, SpellCheckComponentTest, TestReqParamsAPI, 
BJQParserTest, DirectSolrSpellCheckerTest, NotRequiredUniqueKeyTest, 
TestBadConfig, FileBasedSpellCheckerTest, TestSmileRequest, 
PropertiesRequestHandlerTest, TestStressReorder, SolrCmdDistributorTest, 
UUIDUpdateProcessorFallbackTest, DistributedFacetPivotLargeTest, 
TestMinMaxOnMultiValuedField, BasicDistributedZkTest, DocumentBuilderTest, 
TestIndexingPerformance, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, 
TestCollationField, MBeansHandlerTest, SOLR749Test, AlternateDirectoryTest, 
CopyFieldTest, SampleTest, TestBinaryField, MinimalSchemaTest, 
OutputWriterTest, TestSolrCoreProperties, DirectSolrConnectionTest, 
SpellPossibilityIteratorTest, TestCharFilters, EchoParamsTest, 
TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, 
TestBM25SimilarityFactory, URLClassifyProcessorTest, PreAnalyzedFieldTest, 
DateFieldTest, DOMUtilTest, ClusterStateTest, TestLRUCache, 
TestDocumentBuilder, SliceStateTest, CircularListTest, TestRTGBase, 
CursorPagingTest, TestHighlightDedupGrouping, 
TestEmbeddedSolrServerConstructors, ConnectionReuseTest, 
ChaosMonkeyNothingIsSafeWithPullReplicasTest, HttpPartitionOnCommitTest, 
LeaderInitiatedRecoveryOnShardRestartTest, MigrateRouteKeyTest, 
MoveReplicaTest, MultiThreadedOCPTest, ReplaceNodeNoTargetTest, 
RestartWhileUpdatingTest, TestRebalanceLeaders, 
TestSolrCloudWithDelegationTokens, TestSolrCloudWithSecureImpersonation, 
TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, 
ZkFailoverTest, CollectionsAPIAsyncDistributedZkTest, CustomCollectionTest, 
HdfsCollectionsAPIDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster, 
AutoAddReplicasIntegrationTest, HttpTriggerListenerTest, MetricTriggerTest, 
NodeAddedTriggerTest, NodeLostTriggerTest, SystemLogListenerTest, 
TriggerIntegrationTest]
   [junit4] Completed [610/775 (4!)] on J2 in 212.93s, 14 tests, 1 failure <<< 
FAILURES!

[...truncated 48615 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to