Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/753/

6 tests failed.
REGRESSION:  org.apache.solr.TestDistributedMissingSort.test

Error Message:
Captured an uncaught exception in thread: Thread[id=1077, name=Thread-628, 
state=RUNNABLE, group=TGRP-TestDistributedMissingSort]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=1077, name=Thread-628, state=RUNNABLE, 
group=TGRP-TestDistributedMissingSort]
        at 
__randomizedtesting.SeedInfo.seed([CFF8055BD375688E:47AC3A817D890576]:0)
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:46401//collection1
        at __randomizedtesting.SeedInfo.seed([CFF8055BD375688E]:0)
        at 
org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:632)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: http://127.0.0.1:46401//collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
        at 
org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:627)
Caused by: java.io.InterruptedIOException: Connection has been shut down
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:579)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.solr.util.SolrHttpClient$SolrSystemDefaultHttpClient.execute(SolrHttpClient.java:54)
        at 
org.apache.solr.util.SolrHttpClient$SolrSystemDefaultHttpClient.execute(SolrHttpClient.java:45)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:465)
        ... 6 more
Caused by: org.apache.http.impl.conn.ConnectionShutdownException
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.ensureConnection(ManagedClientConnectionImpl.java:115)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.getSSLSession(ManagedClientConnectionImpl.java:247)
        at 
org.apache.http.impl.client.DefaultUserTokenHandler.getUserToken(DefaultUserTokenHandler.java:81)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:550)
        ... 11 more


REGRESSION:  org.apache.solr.TestDistributedSearch.test

Error Message:
Captured an uncaught exception in thread: Thread[id=18741, name=Thread-17602, 
state=RUNNABLE, group=TGRP-TestDistributedSearch]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=18741, name=Thread-17602, state=RUNNABLE, 
group=TGRP-TestDistributedSearch]
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: IOException occured when 
talking to server at: http://127.0.0.1:33365//collection1
        at __randomizedtesting.SeedInfo.seed([CFF8055BD375688E]:0)
        at 
org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:632)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException 
occured when talking to server at: http://127.0.0.1:33365//collection1
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:575)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
        at 
org.apache.solr.BaseDistributedSearchTestCase$5.run(BaseDistributedSearchTestCase.java:627)
Caused by: java.io.InterruptedIOException: Connection has been shut down
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:579)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.solr.util.SolrHttpClient$SolrSystemDefaultHttpClient.execute(SolrHttpClient.java:54)
        at 
org.apache.solr.util.SolrHttpClient$SolrSystemDefaultHttpClient.execute(SolrHttpClient.java:45)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:465)
        ... 6 more
Caused by: org.apache.http.impl.conn.ConnectionShutdownException
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.ensurePoolEntry(ManagedClientConnectionImpl.java:123)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.getRoute(ManagedClientConnectionImpl.java:282)
        at 
org.apache.http.client.protocol.RequestProxyAuthentication.process(RequestProxyAuthentication.java:74)
        at 
org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:132)
        at 
org.apache.http.protocol.HttpRequestExecutor.preProcess(HttpRequestExecutor.java:166)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:485)
        ... 11 more


REGRESSION:  org.apache.solr.cloud.BasicDistributedZkTest.test

Error Message:
commitWithin did not work on node: http://127.0.0.1:57450/collection1 
expected:<68> but was:<67>

Stack Trace:
java.lang.AssertionError: commitWithin did not work on node: 
http://127.0.0.1:57450/collection1 expected:<68> but was:<67>
        at 
__randomizedtesting.SeedInfo.seed([CFF8055BD375688E:47AC3A817D890576]:0)
        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.solr.cloud.BasicDistributedZkTest.test(BasicDistributedZkTest.java:332)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:966)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:941)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.cloud.hdfs.HdfsCollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=12459, name=collection0, 
state=RUNNABLE, group=TGRP-HdfsCollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=12459, name=collection0, state=RUNNABLE, 
group=TGRP-HdfsCollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:34015/srkha/mj: Could not find collection : 
awholynewstresscollection_collection0_0
        at __randomizedtesting.SeedInfo.seed([CFF8055BD375688E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:894)


REGRESSION:  
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig

Error Message:
The max direct memory is likely too low.  Either increase it (by adding 
-XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to your containers startup 
args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.

Stack Trace:
java.lang.RuntimeException: The max direct memory is likely too low.  Either 
increase it (by adding -XX:MaxDirectMemorySize=<size>g -XX:+UseLargePages to 
your containers startup args) or disable direct allocation using 
solr.hdfs.blockcache.direct.memory.allocation=false in solrconfig.xml. If you 
are putting the block cache on the heap, your java heap size might not be large 
enough. Failed allocating ~134.217728 MB.
        at 
__randomizedtesting.SeedInfo.seed([CFF8055BD375688E:3857CC702EFC82A5]:0)
        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:293)
        at 
org.apache.solr.core.HdfsDirectoryFactory.getBlockDirectoryCache(HdfsDirectoryFactory.java:269)
        at 
org.apache.solr.core.HdfsDirectoryFactory.create(HdfsDirectoryFactory.java:211)
        at 
org.apache.solr.core.HdfsDirectoryFactoryTest.testInitArgsOrSysPropConfig(HdfsDirectoryFactoryTest.java:114)
        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:497)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        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:46)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        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:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.OutOfMemoryError: Direct buffer memory
        at java.nio.Bits.reserveMemory(Bits.java:658)
        at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:123)
        at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311)
        at 
org.apache.solr.store.blockcache.BlockCache.<init>(BlockCache.java:65)
        at 
org.apache.solr.core.HdfsDirectoryFactory.createBlockCache(HdfsDirectoryFactory.java:291)
        ... 42 more


FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=6447, name=collection0, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=6447, name=collection0, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at http://127.0.0.1:55498/ucha/rv: collection already exists: 
awholynewstresscollection_collection0_0
        at __randomizedtesting.SeedInfo.seed([CFF8055BD375688E]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:376)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:328)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:856)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:799)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1572)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1593)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:887)




Build Log:
[...truncated 10159 lines...]
   [junit4] Suite: org.apache.solr.TestDistributedMissingSort
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/init-core-data-001
   [junit4]   2> 157060 INFO  
(SUITE-TestDistributedMissingSort-seed#[CFF8055BD375688E]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true)
   [junit4]   2> 157060 INFO  
(SUITE-TestDistributedMissingSort-seed#[CFF8055BD375688E]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 157393 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1
   [junit4]   2> 157395 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 157396 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3bacf1e0{/,null,AVAILABLE}
   [junit4]   2> 157398 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@12d86f1a{HTTP/1.1}{127.0.0.1:58477}
   [junit4]   2> 157399 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.e.j.s.Server Started @160773ms
   [junit4]   2> 157399 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{schema=schema-distributed-missing-sort.xml, hostContext=/, hostPort=58477, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores}
   [junit4]   2> 157399 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 157399 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/'
   [junit4]   2> 157419 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/solr.xml
   [junit4]   2> 157427 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores
   [junit4]   2> 157428 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 925185415
   [junit4]   2> 157428 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/]
   [junit4]   2> 157428 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/lib
   [junit4]   2> 157428 WARN  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/lib).
   [junit4]   2> 157436 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 157437 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 157438 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 157438 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 157438 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 157439 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoresLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores
   [junit4]   2> 157440 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, 
schema=schema-distributed-missing-sort.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1,
 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1/,
 configSet=collection1, dataDir=data/}
   [junit4]   2> 157440 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1/
   [junit4]   2> 157440 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 157441 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 157441 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2
   [junit4]   2> 157441 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 157441 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 157442 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 157442 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 157462 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 157471 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 157492 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 157493 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema-distributed-missing-sort.xml
   [junit4]   2> 157495 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test-distributed-missing-sort
   [junit4]   2> 157504 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 157505 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 157505 INFO  (coreLoadExecutor-509-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1
   [junit4]   2> 157506 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 157506 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/],
 dataDir=[null]
   [junit4]   2> 157506 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64239c12
   [junit4]   2> 157507 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1/data
   [junit4]   2> 157507 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1/data/index/
   [junit4]   2> 157507 WARN  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 157507 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1/data/index
   [junit4]   2> 157508 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=89.212890625, 
floorSegmentMB=1.2880859375, forceMergeDeletesPctAllowed=20.01338314287958, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 157512 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/index-NIOFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@36fbcede),segFN=segments_1,generation=1}
   [junit4]   2> 157512 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 157513 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1/data/
   [junit4]   2> 157513 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/control/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 157517 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 157518 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 157518 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 157518 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 157518 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 157518 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 157518 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 157519 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 157519 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 157519 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 157519 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 157519 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 157521 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 157522 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 157523 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 157524 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 157528 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 157530 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 157531 WARN  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 157531 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 157534 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 157534 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 157535 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 157535 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 157535 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=31.6875, 
floorSegmentMB=0.25390625, forceMergeDeletesPctAllowed=11.622120779584536, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.47479660541541635
   [junit4]   2> 157537 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/index-NIOFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@36fbcede),segFN=segments_1,generation=1}
   [junit4]   2> 157537 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 157538 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@1087fe8[collection1] 
main
   [junit4]   2> 157538 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 157538 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 157538 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 157538 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 157548 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 157587 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 157587 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 157588 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 157588 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 157588 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 157588 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 157588 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 157588 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 157589 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 157589 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 157589 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 157590 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 157591 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1087fe8[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 157588 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 157594 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1508260787775340544
   [junit4]   2> 157596 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 8 ms to seed version buckets with highest 
version 1508260787775340544
   [junit4]   2> 157596 INFO  (coreLoadExecutor-509-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 158345 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 158347 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 158398 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7cc71077{/,null,AVAILABLE}
   [junit4]   2> 158399 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@648cacd5{HTTP/1.1}{127.0.0.1:52694}
   [junit4]   2> 158399 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.e.j.s.Server Started @161774ms
   [junit4]   2> 158399 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{schema=schema-distributed-missing-sort.xml, hostContext=/, hostPort=52694, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores}
   [junit4]   2> 158400 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 158400 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/'
   [junit4]   2> 158415 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 158420 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores
   [junit4]   2> 158421 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1675453884
   [junit4]   2> 158421 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/]
   [junit4]   2> 158421 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/lib
   [junit4]   2> 158421 WARN  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/lib).
   [junit4]   2> 158428 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme 
: ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 158433 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 158433 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 158434 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 158434 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 158436 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoresLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores
   [junit4]   2> 158437 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, 
schema=schema-distributed-missing-sort.xml, loadOnStartup=true, 
configSetProperties=configsetprops.json, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1,
 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1/,
 configSet=collection1, dataDir=data/}
   [junit4]   2> 158437 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1/
   [junit4]   2> 158437 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 158438 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/'
   [junit4]   2> 158439 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 158439 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 158439 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 158448 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2
   [junit4]   2> 158448 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 158480 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 158491 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 158534 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 158535 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.s.IndexSchema Reading Solr Schema from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf/schema-distributed-missing-sort.xml
   [junit4]   2> 158538 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test-distributed-missing-sort
   [junit4]   2> 158551 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 158552 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/conf'
   [junit4]   2> 158553 INFO  (coreLoadExecutor-520-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
configset 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1
   [junit4]   2> 158553 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 158553 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/src/test-files/solr/collection1/],
 dataDir=[null]
   [junit4]   2> 158553 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64239c12
   [junit4]   2> 158555 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1/data
   [junit4]   2> 158555 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1/data/index/
   [junit4]   2> 158555 WARN  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 158556 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1/data/index
   [junit4]   2> 158556 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=89.212890625, 
floorSegmentMB=1.2880859375, forceMergeDeletesPctAllowed=20.01338314287958, 
segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 158562 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@36fbcede),segFN=segments_1,generation=1}
   [junit4]   2> 158562 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 158568 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 158568 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 158568 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 158569 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 158569 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 158569 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 158569 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 158569 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 158569 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 158570 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 158571 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 158571 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 158576 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 158577 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.SolrCore Looking for old index directories to cleanup for core 
collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1/data/
   [junit4]   2> 158577 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/tempDir-001/shard0/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 158579 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 158580 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 158581 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 158591 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 158594 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 158594 WARN  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore solrconfig.xml uses deprecated 
<admin/gettableFiles>, Please update your config to use the 
ShowFileRequestHandler.
   [junit4]   2> 158595 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 158614 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 158614 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 158615 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 158615 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 158616 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=16, maxMergeAtOnceExplicit=40, maxMergedSegmentMB=31.6875, 
floorSegmentMB=0.25390625, forceMergeDeletesPctAllowed=11.622120779584536, 
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.47479660541541635
   [junit4]   2> 158618 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@36fbcede),segFN=segments_1,generation=1}
   [junit4]   2> 158618 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 158618 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@3e6e4881[collection1] 
main
   [junit4]   2> 158618 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 158619 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 158619 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 158619 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 158640 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 158687 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 158688 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 158688 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 158688 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 158688 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 158689 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 158689 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed 
version buckets
   [junit4]   2> 158689 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 
65536 version buckets from index
   [junit4]   2> 158689 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed 
version bucket highest value from index
   [junit4]   2> 158689 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 158689 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 158690 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 158690 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 158691 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3e6e4881[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 158689 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1508260788923531264
   [junit4]   2> 158697 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.u.UpdateLog Took 8 ms to seed version buckets with highest 
version 1508260788923531264
   [junit4]   2> 158697 INFO  (coreLoadExecutor-520-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 158950 INFO  
(TEST-TestDistributedMissingSort.test-seed#[CFF8055BD375688E]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 158959 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {deleteByQuery=*:* (-1508260789203501056)} 0 3
   [junit4]   2> 158968 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {deleteByQuery=*:* (-1508260789215035392)} 0 2
   [junit4]   2> 158978 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[1 (1508260789221326848)]} 0 5
   [junit4]   2> 158985 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[1 (1508260789230764032)]} 0 3
   [junit4]   2> 158990 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[2 (1508260789238104064)]} 0 1
   [junit4]   2> 158999 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[2 (1508260789245444096)]} 0 3
   [junit4]   2> 159005 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[3 (1508260789251735552)]} 0 3
   [junit4]   2> 159019 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[3 (1508260789258027008)]} 0 11
   [junit4]   2> 159025 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[4 (1508260789274804224)]} 0 1
   [junit4]   2> 159029 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[4 (1508260789280047104)]} 0 1
   [junit4]   2> 159033 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[5 (1508260789284241408)]} 0 1
   [junit4]   2> 159037 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[5 (1508260789287387136)]} 0 1
   [junit4]   2> 159041 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[6 (1508260789291581440)]} 0 0
   [junit4]   2> 159044 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[6 (1508260789295775744)]} 0 0
   [junit4]   2> 159049 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[7 (1508260789299970048)]} 0 0
   [junit4]   2> 159053 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[7 (1508260789304164352)]} 0 1
   [junit4]   2> 159056 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[8 (1508260789308358656)]} 0 0
   [junit4]   2> 159062 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[8 (1508260789313601536)]} 0 1
   [junit4]   2> 159065 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[9 (1508260789317795840)]} 0 0
   [junit4]   2> 159069 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[9 (1508260789320941568)]} 0 0
   [junit4]   2> 159072 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 159109 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/index-NIOFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@36fbcede),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/index-NIOFSDirectory-001
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@36fbcede),segFN=segments_2,generation=2}
   [junit4]   2> 159111 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 159116 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@19ccd4a2[collection1] main
   [junit4]   2> 159118 INFO  
(searcherExecutor-510-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@19ccd4a2[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C9)))}
   [junit4]   2> 159118 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 159118 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 46
   [junit4]   2> 159122 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.UpdateHandler start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 159151 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@36fbcede),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J2/temp/solr.TestDistributedMissingSort_CFF8055BD375688E-001/index-NIOFSDirectory-002
 
lockFactory=org.apache.lucene.store.NativeFSLockFactory@36fbcede),segFN=segments_2,generation=2}
   [junit4]   2> 159152 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.c.SolrCore newest commit generation = 2
   [junit4]   2> 159156 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@458e16b5[collection1] main
   [junit4]   2> 159156 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.UpdateHandler end_commit_flush
   [junit4]   2> 159157 INFO  
(searcherExecutor-521-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@458e16b5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.0.0):C9)))}
   [junit4]   2> 159159 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2} 
{commit=} 0 37
   [junit4]   2> 159166 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[10 (1508260789420556288)]} 0 3
   [junit4]   2> 159175 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[10 (1508260789427896320)]} 0 5
   [junit4]   2> 159180 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[11 (1508260789436284928)]} 0 1
   [junit4]   2> 159190 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[11 (1508260789445722112)]} 0 3
   [junit4]   2> 159194 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[12 (1508260789452013568)]} 0 0
   [junit4]   2> 159199 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[12 (1508260789457256448)]} 0 1
   [junit4]   2> 159206 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[13 (1508260789464596480)]} 0 4
   [junit4]   2> 159210 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[13 (1508260789468790784)]} 0 1
   [junit4]   2> 159216 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[14 (1508260789472985088)]} 0 3
   [junit4]   2> 159220 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[14 (1508260789479276544)]} 0 1
   [junit4]   2> 159224 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[15 (1508260789484519424)]} 0 1
   [junit4]   2> 159228 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[15 (1508260789487665152)]} 0 1
   [junit4]   2> 159232 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[16 (1508260789491859456)]} 0 1
   [junit4]   2> 159236 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[16 (1508260789497102336)]} 0 0
   [junit4]   2> 159242 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[17 (1508260789502345216)]} 0 1
   [junit4]   2> 159246 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[17 (1508260789507588096)]} 0 1
   [junit4]   2> 159251 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[100 (1508260789512830976)]} 0 0
   [junit4]   2> 159255 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[100 (1508260789515976704)]} 0 0
   [junit4]   2> 159259 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[101 (1508260789520171008)]} 0 1
   [junit4]   2> 159263 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[101 (1508260789524365312)]} 0 1
   [junit4]   2> 159266 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[102 (1508260789528559616)]} 0 0
   [junit4]   2> 159271 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[102 (1508260789532753920)]} 0 0
   [junit4]   2> 159276 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[103 (1508260789537996800)]} 0 1
   [junit4]   2> 159279 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[103 (1508260789542191104)]} 0 0
   [junit4]   2> 159284 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[104 (1508260789546385408)]} 0 1
   [junit4]   2> 159292 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[104 (1508260789554774016)]} 0 2
   [junit4]   2> 159297 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[105 (1508260789560016896)]} 0 1
   [junit4]   2> 159301 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[105 (1508260789564211200)]} 0 0
   [junit4]   2> 159306 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[106 (1508260789568405504)]} 0 2
   [junit4]   2> 159310 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[106 (1508260789574696960)]} 0 0
   [junit4]   2> 159314 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[107 (1508260789577842688)]} 0 1
   [junit4]   2> 159319 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[107 (1508260789582036992)]} 0 2
   [junit4]   2> 159324 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[108 (1508260789588328448)]} 0 1
   [junit4]   2> 159328 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[108 (1508260789592522752)]} 0 1
   [junit4]   2> 159333 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[109 (1508260789597765632)]} 0 0
   [junit4]   2> 159337 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[109 (1508260789601959936)]} 0 1
   [junit4]   2> 159340 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[110 (1508260789606154240)]} 0 0
   [junit4]   2> 159343 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[110 (1508260789609299968)]} 0 0
   [junit4]   2> 159348 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[111 (1508260789613494272)]} 0 0
   [junit4]   2> 159351 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[111 (1508260789617688576)]} 0 0
   [junit4]   2> 159355 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[112 (1508260789620834304)]} 0 0
   [junit4]   2> 159358 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[112 (1508260789625028608)]} 0 0
   [junit4]   2> 159362 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[113 (1508260789628174336)]} 0 0
   [junit4]   2> 159366 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[113 (1508260789632368640)]} 0 0
   [junit4]   2> 159369 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[114 (1508260789636562944)]} 0 1
   [junit4]   2> 159375 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[114 (1508260789642854400)]} 0 1
   [junit4]   2> 159379 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[115 (1508260789647048704)]} 0 0
   [junit4]   2> 159383 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[115 (1508260789650194432)]} 0 0
   [junit4]   2> 159386 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[116 (1508260789654388736)]} 0 0
   [junit4]   2> 159390 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[116 (1508260789658583040)]} 0 0
   [junit4]   2> 159394 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[117 (1508260789661728768)]} 0 0
   [junit4]   2> 159398 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[117 (1508260789665923072)]} 0 0
   [junit4]   2> 159410 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[118 (1508260789678505984)]} 0 0
   [junit4]   2> 159415 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[118 (1508260789684797440)]} 0 0
   [junit4]   2> 159420 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[119 (1508260789690040320)]} 0 0
   [junit4]   2> 159425 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[119 (1508260789695283200)]} 0 0
   [junit4]   2> 159429 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[120 (1508260789698428928)]} 0 0
   [junit4]   2> 159432 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[120 (1508260789702623232)]} 0 0
   [junit4]   2> 159436 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[121 (1508260789706817536)]} 0 0
   [junit4]   2> 159441 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[121 (1508260789711011840)]} 0 0
   [junit4]   2> 159447 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[122 (1508260789717303296)]} 0 0
   [junit4]   2> 159451 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[122 (1508260789721497600)]} 0 0
   [junit4]   2> 159454 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[123 (1508260789725691904)]} 0 0
   [junit4]   2> 159458 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[123 (1508260789729886208)]} 0 0
   [junit4]   2> 159462 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[124 (1508260789734080512)]} 0 0
   [junit4]   2> 159466 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[124 (1508260789738274816)]} 0 0
   [junit4]   2> 159472 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[125 (1508260789741420544)]} 0 3
   [junit4]   2> 159476 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[125 (1508260789747712000)]} 0 0
   [junit4]   2> 159479 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[126 (1508260789751906304)]} 0 0
   [junit4]   2> 159484 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[126 (1508260789757149184)]} 0 0
   [junit4]   2> 159488 INFO  (qtp499538147-716) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[127 (1508260789760294912)]} 0 0
   [junit4]   2> 159491 INFO  (qtp1321313348-734) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[127 (1508260789764489216)]} 0 0
   [junit4]   2> 159495 INFO  (qtp499538147-718) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[128 (1508260789767634944)]} 0 0
   [junit4]   2> 159499 INFO  (qtp1321313348-735) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[128 (1508260789772877824)]} 0 0
   [junit4]   2> 159503 INFO  (qtp499538147-719) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[129 (1508260789776023552)]} 0 0
   [junit4]   2> 159517 INFO  (qtp1321313348-736) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[129 (1508260789791752192)]} 0 0
   [junit4]   2> 159534 INFO  (qtp499538147-717) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[130 (1508260789809577984)]} 0 0
   [junit4]   2> 159539 INFO  (qtp1321313348-737) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[130 (1508260789813772288)]} 0 0
   [junit4]   2> 159543 INFO  (qtp499538147-713) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add=[131 (1508260789817966592)]} 0 0
   [junit4]   2> 159547 INFO  (qtp1321313348-733) [    x:collection1] 
o.a.s.u.p.LogUpdateProcessor [collection1] webapp= path=/update 
params={wt=javabin&version=2} {add

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

-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/bcprov-jdk15-1.45.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/cglib-nodep-2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/commons-collections-3.2.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/commons-math3-3.4.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/easymock-3.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/hadoop-common-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/hadoop-hdfs-2.6.0-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/hadoop-minikdc-2.6.0.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jackson-annotations-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jackson-databind-2.5.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jcl-over-slf4j-1.7.7.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/objenesis-1.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/presto-parser-0.108.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/core/test-lib/slice-0.10.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/build/analysis/icu/lucene-analyzers-icu-6.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/contrib/analysis-extras/lib/icu4j-54.1.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.3.0.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-antlr.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-regexp.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-resolver.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-net.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jmf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-oro.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-xalan2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-commons-logging.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jsch.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit4.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-javamail.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jai.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-jdepend.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-junit.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bsf.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-swing.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-netrexx.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-bcel.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-testutil.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Ant_AntInstallation/ant-1.8.2/lib/ant-apache-log4j.jar:/x1/jenkins/jenkins-slave/tools/hudson.model.JDK/latest1.8/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.1.13.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp/junit4-J2-20150731_203654_713.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/temp/junit4-J2-20150731_203654_713.suites
   [junit4] ERROR: JVM J2 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1504)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:133)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:964)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:961)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]     at java.lang.Thread.run(Thread.java:745)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:723:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:660:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:59:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:230:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:514:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1429:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:984:
 At least one slave process threw an exception, first: Quit event not received 
from the forked process? This may indicate JVM crash or runner bugs.

Total time: 513 minutes 22 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
ERROR: Failed to archive artifacts: 
**/*.events,heapdumps/**,**/hs_err_pid*,README.txt
java.io.IOException: Failed to extract 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-trunk/transfer 
of 4 files
        at hudson.FilePath.readFromTar(FilePath.java:2101)
        at hudson.FilePath.copyRecursiveTo(FilePath.java:2013)
        at 
jenkins.model.StandardArtifactManager.archive(StandardArtifactManager.java:61)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.remoteSync(JSyncArtifactManager.java:107)
        at 
com.cloudbees.jenkins.plugins.jsync.archiver.JSyncArtifactManager.archive(JSyncArtifactManager.java:68)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:140)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:756)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720)
        at hudson.model.Build$BuildExecution.post2(Build.java:182)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:669)
        at hudson.model.Run.execute(Run.java:1731)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:88)
        at hudson.model.Executor.run(Executor.java:232)
Caused by: java.io.IOException: unexpected EOF with 512 bytes unread
        at 
hudson.org.apache.tools.tar.TarInputStream.read(TarInputStream.java:349)
        at java.io.FilterInputStream.read(FilterInputStream.java:107)
        at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1792)
        at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1769)
        at org.apache.commons.io.IOUtils.copy(IOUtils.java:1744)
        at hudson.util.IOUtils.copy(IOUtils.java:40)
        at hudson.FilePath.readFromTar(FilePath.java:2091)
        ... 14 more
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to