Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-6.x/113/

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:40981
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:601)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:259)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.makeRequest(CollectionsAPIDistributedZkTest.java:399)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testErrorHandling(CollectionsAPIDistributedZkTest.java:416)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test(CollectionsAPIDistributedZkTest.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:170)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
        at 
org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
        at 
org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
        at 
org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
        at 
org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:685)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:487)
        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.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:495)
        ... 47 more


FAILED:  org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
        at 
__randomizedtesting.SeedInfo.seed([3E0063B2101E6B37:D75AD88A8E87FB9F]:0)
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
        at 
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=*[count(//doc)=1]
        xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
</response>

        request was:q=id:2&qt=standard&start=0&rows=20&version=2.2
        at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
        ... 41 more




Build Log:
[...truncated 12464 lines...]
   [junit4] Suite: org.apache.solr.core.TestArbitraryIndexDir
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001
   [junit4]   2> 4562617 INFO  
(SUITE-TestArbitraryIndexDir-seed#[3E0063B2101E6B37]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4562631 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testLoadNewIndexDir
   [junit4]   2> 4562632 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 4562632 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 4562632 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4562632 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 4562632 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4562633 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 4562681 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 4562708 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 4562743 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4562747 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 4562826 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 4562827 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 4562828 WARN  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 4562831 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 4562833 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 4562834 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4562834 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 4562834 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr'
   [junit4]   2> 4562834 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4562834 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 4562834 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 498010346
   [junit4]   2> 4562835 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr]
   [junit4]   2> 4562835 WARN  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/lib
   [junit4]   2> 4562835 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 
600000,connTimeout : 60000,maxConnectionsPerHost : 20,maxConnections : 
10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 
5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 4562842 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 4562842 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4562842 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4562842 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 4562842 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 4562843 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, 
config=solrconfig.xml, transient=false, schema=schema12.xml, 
loadOnStartup=true, configSetProperties=configsetprops.json, 
collection=collection1, 
dataDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001,
 shard=shard1}
   [junit4]   2> 4562843 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 4562843 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4562843 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 4562844 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4562844 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 4562860 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 4562867 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 4562885 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4562889 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4562979 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 4562980 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 4562980 WARN  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 4562984 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 4562985 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 4562988 INFO  (coreLoadExecutor-9336-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-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 4562988 INFO  (coreLoadExecutor-9336-thread-1) [    ] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 4562988 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockFSDirectoryFactory
   [junit4]   2> 4562988 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/]
   [junit4]   2> 4562988 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d021a21
   [junit4]   2> 4562989 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001
   [junit4]   2> 4562989 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index/
   [junit4]   2> 4562989 WARN  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index'
 doesn't exist. Creating new index...
   [junit4]   2> 4562989 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
   [junit4]   2> 4562990 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=6, maxMergeAtOnceExplicit=7, maxMergedSegmentMB=34.4296875, 
floorSegmentMB=1.1513671875, forceMergeDeletesPctAllowed=22.772807050652176, 
segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.6436083944974442
   [junit4]   2> 4563008 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bb19da7),segFN=segments_1,generation=1}
   [junit4]   2> 4563008 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 4563018 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4563018 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4563018 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 4563018 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 4563019 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4563019 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4563019 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4563019 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4563019 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4563019 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4563019 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4563019 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 4563021 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4563085 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-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/
   [junit4]   2> 4563220 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4563221 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4563222 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4563225 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 4563226 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 4563226 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4563251 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4563251 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4563252 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=11, maxMergeAtOnceExplicit=21, maxMergedSegmentMB=0.7548828125, 
floorSegmentMB=2.1015625, forceMergeDeletesPctAllowed=18.742010670477022, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4563253 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bb19da7),segFN=segments_1,generation=1}
   [junit4]   2> 4563253 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 4563253 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76d97f24[collection1] main]
   [junit4]   2> 4563253 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 4563253 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 4563253 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 4563253 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4563258 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 4563283 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4563284 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 4563284 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 4563284 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 4563284 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 4563284 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 4563284 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 4563285 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 4563285 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 4563285 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 4563285 INFO  
(searcherExecutor-9337-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@76d97f24[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4563286 INFO  (coreLoadExecutor-9336-thread-1) [    
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 4563287 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 4563288 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{add=[1]} 0 0
   [junit4]   2> 4563314 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 4563340 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bb19da7),segFN=segments_1,generation=1}
   [junit4]   2>        
commit{dir=MockDirectoryWrapper(MMapDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bb19da7),segFN=segments_2,generation=2}
   [junit4]   2> 4563340 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrDeletionPolicy newest commit generation = 2
   [junit4]   2> 4563342 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrCore New index directory detected: 
old=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index/
 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index_temp
   [junit4]   2> 4563343 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@37dc924a[collection1] main]
   [junit4]   2> 4563343 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 4563434 INFO  (searcherExecutor-9337-thread-1) [    ] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@37dc924a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c1)))}
   [junit4]   2> 4563434 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null 
params={}{commit=} 0 119
   [junit4]   2> 4563435 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 4563435 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 4563435 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader using system property solr.solr.home: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr
   [junit4]   2> 4563435 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4563435 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader Adding 
'file:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/lib/README'
 to classloader
   [junit4]   2> 4563488 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 4563529 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.2.0
   [junit4]   2> 4563560 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 4563571 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 4563656 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 4563656 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 4563657 WARN  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.IndexSchema Field text is not multivalued and destination for multiple 
copyFields (2)
   [junit4]   2> 4563661 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 4563662 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 4563665 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
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-6.x/solr/core/src/test-files/solr/collection1'
   [junit4]   2> 4563665 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer Reloading SolrCore 'collection1' using configuration from 
instancedir 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1
   [junit4]   2> 4563665 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/]
   [junit4]   2> 4563665 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4d021a21
   [junit4]   2> 4563669 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index_temp
   [junit4]   2> 4563673 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4563673 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 4563673 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe-allfields"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4563674 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as 
default, creating implicit default
   [junit4]   2> 4563676 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4563677 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4563677 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4563678 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 4563679 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index_temp
   [junit4]   2> 4563683 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-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/
   [junit4]   2> 4563684 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory Found 1 old index directories to clean-up under 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/
   [junit4]   2> 4563684 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Cannot delete directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
 as it is still being referenced in the cache!
   [junit4]   2> 4563684 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [    x:collection1] 
o.a.s.c.DirectoryFactory Delete old index directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
 failed.
   [junit4]   2> 4563685 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.PluginBag requestHandler : 'lazy' created with 
startup=lazy 
   [junit4]   2> 4563687 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/mbeans,standard,spellCheckCompRH,lazy,/update/json/docs,/admin/luke,/export,spellCheckWithWordbreak_Direct,tvrh,/get,/admin/properties,/update/json,mltrh,/admin/threads,/search-facet-def,/update/csv,/sql,/graph,/search-facet-invariants,/admin/segments,spellCheckCompRH1,/mlt,/admin/system,/replication,dismax,defaults,/config,/stream,/schema,/admin/plugins,/admin/logging,spellCheckWithWordbreak,mock,/admin/ping,/update,/admin/file,/terms,spellCheckCompRH_Direct,/debug/dump
   [junit4]   2> 4563687 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrCore Using default statsCache cache: 
org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4563687 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4563687 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4563687 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7bda18cc[collection1] main]
   [junit4]   2> 4563688 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: 
{storageIO=org.apache.solr.rest.ManagedResourceStorage$InMemoryStorageIO}
   [junit4]   2> 4563688 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using 
InMemoryStorage
   [junit4]   2> 4563688 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 4563688 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 4563688 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.s.DirectSolrSpellChecker init: 
{name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 4563691 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 4563692 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState Closing old IndexWriter... 
core=collection1
   [junit4]   2> 4563692 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=42, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4974180901673039]
   [junit4]   2> 4563693 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: 
num=1
   [junit4]   2>        
commit{dir=RawDirectoryWrapper(NIOFSDirectory@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index_temp
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7e7798e7),segFN=segments_1,generation=1}
   [junit4]   2> 4563693 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 4563693 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 4563693 WARN  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrCore [collection1] PERFORMANCE WARNING: Overlapping 
onDeckSearchers=2
   [junit4]   2> 4563694 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 4563694 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 4563694 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 4563694 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: 
multipleFields
   [junit4]   2> 4563694 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 4563694 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 4563695 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 4563695 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 4563695 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 4563696 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@7bda18cc[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c1)))}
   [junit4]   2> 4563697 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3b45922f[collection1] main]
   [junit4]   2> 4563697 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.CoreContainer replacing core: collection1
   [junit4]   2> 4563697 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@b318511
   [junit4]   2> 4563697 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=1,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=1,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 4563697 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 4563709 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.c.S.Request [collection1]  webapp=null path=null 
params={q=id:2&qt=standard&start=0&rows=20&version=2.2} hits=0 status=0 QTime=0
   [junit4]   2> 4563709 ERROR 
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2> 4563710 ERROR 
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.SolrTestCaseJ4 REQUEST FAILED: 
q=id:2&qt=standard&start=0&rows=20&version=2.2:java.lang.RuntimeException: 
REQUEST FAILED: xpath=*[count(//doc)=1]
   [junit4]   2>        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2>        request 
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]   2>        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
   [junit4]   2>        at 
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]   2>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
   [junit4]   2>        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2>        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2>        at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 4563710 INFO  
(TEST-TestArbitraryIndexDir.testLoadNewIndexDir-seed#[3E0063B2101E6B37]) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###Ending testLoadNewIndexDir
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestArbitraryIndexDir -Dtests.method=testLoadNewIndexDir 
-Dtests.seed=3E0063B2101E6B37 -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/x1/jenkins/lucene-data/enwiki.random.lines.txt 
-Dtests.locale=cs-CZ -Dtests.timezone=Europe/Vilnius -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.10s J0 | TestArbitraryIndexDir.testLoadNewIndexDir <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during 
query
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3E0063B2101E6B37:D75AD88A8E87FB9F]:0)
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:783)
   [junit4]    >        at 
org.apache.solr.core.TestArbitraryIndexDir.testLoadNewIndexDir(TestArbitraryIndexDir.java:107)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: 
xpath=*[count(//doc)=1]
   [junit4]    >        xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int 
name="QTime">0</int></lst><result name="response" numFound="0" 
start="0"></result>
   [junit4]    > </response>
   [junit4]    >        request 
was:q=id:2&qt=standard&start=0&rows=20&version=2.2
   [junit4]    >        at 
org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:776)
   [junit4]    >        ... 41 more
   [junit4]   2> 4563713 INFO  
(SUITE-TestArbitraryIndexDir-seed#[3E0063B2101E6B37]-worker) [    
x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 4563713 INFO  
(SUITE-TestArbitraryIndexDir-seed#[3E0063B2101E6B37]-worker) [    
x:collection1] o.a.s.c.CoreContainer Shutting down CoreContainer 
instance=498010346
   [junit4]   2> 4563714 INFO  
(searcherExecutor-9341-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@3b45922f[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(6.2.0):c1)))}
   [junit4]   2> 4563723 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@73e5f793
   [junit4]   2> 4563724 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DirectUpdateHandler2 closing 
DirectUpdateHandler2{commits=0,autocommits=0,soft 
autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 4563724 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.SolrCoreState Closing SolrCoreState
   [junit4]   2> 4563724 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState SolrCoreState ref count has reached 0 - closing 
IndexWriter
   [junit4]   2> 4563724 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.u.DefaultSolrCoreState closing IndexWriter with IndexWriterCloser
   [junit4]   2> 4563726 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.SolrCore [collection1] Closing main searcher on request.
   [junit4]   2> 4563746 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing MockFSDirectoryFactory - 3 directories 
currently being tracked
   [junit4]   2> 4563746 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001;done=false>>]
   [junit4]   2> 4563746 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 4563746 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001
   [junit4]   2> 4563746 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index;done=false>>]
   [junit4]   2> 4563746 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 4563746 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index
   [junit4]   2> 4563752 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory looking to close 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index_temp
 
[CachedDir<<refCount=0;path=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index_temp;done=false>>]
   [junit4]   2> 4563753 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 4563753 INFO  
(coreCloseExecutor-9345-thread-1-processing-x:collection1) [    x:collection1] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001/init-core-data-001/index_temp
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J0/temp/solr.core.TestArbitraryIndexDir_3E0063B2101E6B37-001
   [junit4]   2> Jul 07, 2016 3:52:27 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{name=PostingsFormat(name=LuceneFixedGap), 
id=PostingsFormat(name=LuceneFixedGap)}, docValues:{}, 
maxPointsInLeafNode=1854, maxMBSortInHeap=7.245228956619607, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=cs-CZ, 
timezone=Europe/Vilnius
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=1,free=344020816,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [SOLR749Test, 
TestInfoStreamLogging, TestReplicationHandlerBackup, ResponseLogComponentTest, 
TestPseudoReturnFields, TestMissingGroups, PreAnalyzedFieldTest, 
CollectionTooManyReplicasTest, HdfsTlogReplayBufferedWhileIndexingTest, 
SolrCoreTest, HdfsNNFailoverTest, HdfsChaosMonkeyNothingIsSafeTest, 
TestJsonFacets, DistributedFacetPivotWhiteBoxTest, PeerSyncTest, 
DistributedFacetPivotLongTailTest, TestUseDocValuesAsStored2, 
ZkStateWriterTest, CdcrReplicationDistributedZkTest, SystemInfoHandlerTest, 
TestExceedMaxTermLength, MultiThreadedOCPTest, 
OverseerCollectionConfigSetProcessorTest, TestFieldCacheSortRandom, 
TestTolerantUpdateProcessorRandomCloud, LeaderInitiatedRecoveryOnCommitTest, 
DocValuesMissingTest, TestAnalyzeInfixSuggestions, URLClassifyProcessorTest, 
TestCrossCoreJoin, TestStressCloudBlindAtomicUpdates, 
TestAtomicUpdateErrorCases, TestFieldCollectionResource, 
TestQueryWrapperFilter, TestLeaderElectionZkExpiry, 
ParsingFieldUpdateProcessorsTest, JSONWriterTest, TestCollapseQParserPlugin, 
CloudExitableDirectoryReaderTest, TestStressLucene, 
TestRandomRequestDistribution, RAMDirectoryFactoryTest, TestTestInjection, 
JsonLoaderTest, CacheHeaderTest, TestSolr4Spatial2, TestConfigSetsAPIZkFailure, 
SimpleCollectionCreateDeleteTest, BooleanFieldTest, TestLazyCores, 
CurrencyFieldOpenExchangeTest, TestConfigSets, WrapperMergePolicyFactoryTest, 
CdcrUpdateLogTest, TestFieldCacheReopen, 
AddSchemaFieldsUpdateProcessorFactoryTest, ExternalFileFieldSortTest, 
TestFieldTypeResource, RulesTest, TestSolrQueryResponse, TestDistributedSearch, 
DisMaxRequestHandlerTest, TestGraphMLResponseWriter, FileBasedSpellCheckerTest, 
PathHierarchyTokenizerFactoryTest, DeleteLastCustomShardedReplicaTest, 
RollingRestartTest, PrimUtilsTest, ReturnFieldsTest, TestBadConfig, 
TestFieldSortValues, StandardRequestHandlerTest, BlockJoinFacetRandomTest, 
CoreAdminCreateDiscoverTest, TestFoldingMultitermQuery, 
QueryElevationComponentTest, TestRTGBase, TestSchemaSimilarityResource, 
TestHighlightDedupGrouping, TestValueSourceCache, TestJoin, 
TestLuceneMatchVersion, TestRealTimeGet, TestDocSet, TestOmitPositions, 
PingRequestHandlerTest, TestReRankQParserPlugin, ZkNodePropsTest, 
SuggestComponentContextFilterQueryTest, DistributedSuggestComponentTest, 
TestFunctionQuery, HdfsRestartWhileUpdatingTest, SortSpecParsingTest, 
TestCollectionAPI, SynonymTokenizerTest, HdfsLockFactoryTest, 
HdfsDirectoryFactoryTest, BitVectorTest, TestDistribIDF, TestSQLHandler, 
ResourceLoaderTest, TestManagedStopFilterFactory, TestConfigOverlay, 
TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, TestGroupingSearch, 
BadIndexSchemaTest, ConvertedLegacyTest, TestFiltering, BasicFunctionalityTest, 
TestIndexSearcher, HighlighterTest, SoftAutoCommitTest, 
DistributedQueryElevationComponentTest, SimplePostToolTest, 
AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, 
SpellCheckCollatorTest, SolrRequestParserTest, DocValuesTest, SuggesterTSTTest, 
SuggesterTest, TestTrie, SpatialFilterTest, TestCSVLoader, PolyFieldTest, 
NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestUpdate, 
QueryEqualityTest, DirectUpdateHandlerOptimizeTest, 
DefaultValueUpdateProcessorTest, StatelessScriptUpdateProcessorFactoryTest, 
TestRemoteStreaming, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, 
DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser, 
LukeRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, 
DocumentAnalysisRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, 
TermVectorComponentTest, TestIndexingPerformance, RequiredFieldsTest, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, TestArbitraryIndexDir]
   [junit4] Completed [385/621 (1!)] on J0 in 1.47s, 1 test, 1 error <<< 
FAILURES!

[...truncated 147 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/init-core-data-001
   [junit4]   2> 2344954 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[3E0063B2101E6B37]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2344954 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[3E0063B2101E6B37]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2344957 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2344957 INFO  (Thread-22463) [    ] o.a.s.c.ZkTestServer 
client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2344957 INFO  (Thread-22463) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2345057 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44083
   [junit4]   2> 2345057 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2345073 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2345086 INFO  (zkCallback-1811-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@3a40d3c7 
name:ZooKeeperConnection Watcher:127.0.0.1:44083 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2345086 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2345087 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2345087 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2345092 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2345093 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2345093 INFO  (zkCallback-1812-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2717ddd7 
name:ZooKeeperConnection Watcher:127.0.0.1:44083/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2345094 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2345094 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2345094 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2345095 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2345096 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2345097 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2345098 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2345099 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2345100 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2345100 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2345102 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2345102 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2345103 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2345103 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2345104 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2345104 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2345106 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2345106 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2345107 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2345107 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2345108 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2345108 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2345109 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2345109 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2345110 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2345110 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2345111 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2345112 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2345260 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/control-001/cores/collection1
   [junit4]   2> 2345262 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 2345271 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b277a41{/,null,AVAILABLE}
   [junit4]   2> 2345273 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@6f59ab27{HTTP/1.1,[http/1.1]}{127.0.0.1:36446}
   [junit4]   2> 2345274 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.e.j.s.Server Started @2349510ms
   [junit4]   2> 2345274 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/tempDir-001/control/data,
 hostContext=/, hostPort=36446, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/control-001/cores}
   [junit4]   2> 2345274 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@73d16e93
   [junit4]   2> 2345274 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/control-001'
   [junit4]   2> 2345274 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2345274 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 2345274 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2345283 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2345283 INFO  (zkCallback-1813-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@33246b2 name:ZooKeeperConnection 
Watcher:127.0.0.1:44083/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 2345283 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2345284 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2345285 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2345285 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/control-001/solr.xml
   [junit4]   2> 2345294 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CorePropertiesLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/control-001/cores
   [junit4]   2> 2345294 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1972517068
   [junit4]   2> 2345294 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/control-001]
   [junit4]   2> 2345294 WARN  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.CoreContainer Couldn't add files from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/control-001/lib
 to classpath: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_3E0063B2101E6B37-001/control-001/lib
   [junit4]   2> 2345294 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
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> 2345295 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2345296 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2345296 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2345296 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44083/solr
   [junit4]   2> 2345296 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2345296 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2345297 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[3E0063B2101E6B37]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2345297 INFO  (zkCallback-1816-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@25fa6c16 
name:ZooKeeperConnection Watcher:127.0.0.1:44083 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2345297 INFO  (TEST-CollectionsAPIDistributedZkTest.

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

ard8 r:core_node2 x:awholynewstresscollection_collection2_0_shard8_replica1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 13816321 INFO  (qtp1422779107-156597) [n:127.0.0.1:39314_ 
c:awholynewstresscollection_collection2_0 s:shard8 r:core_node2 
x:awholynewstresscollection_collection2_0_shard8_replica1] o.a.s.h.l.XMLLoader 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 13816431 INFO  (qtp2145387799-156668) [n:127.0.0.1:51198_ 
c:awholynewstresscollection_collection2_0 s:shard3 r:core_node4 
x:awholynewstresscollection_collection2_0_shard3_replica2] o.a.s.h.l.XMLLoader 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 13816461 INFO  (qtp283747524-155031) [n:127.0.0.1:41860_ 
c:awholynewstresscollection_collection2_0 s:shard7 r:core_node3 
x:awholynewstresscollection_collection2_0_shard7_replica1] o.a.s.h.l.XMLLoader 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 13817397 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x155c61f9c0a0047, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 13817397 INFO  (qtp1435742307-156728) [n:127.0.0.1:34457_ 
c:awholynewstresscollection_collection4_0 s:shard8 r:core_node16 
x:awholynewstresscollection_collection4_0_shard8_replica2] o.a.s.h.l.XMLLoader 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 13818001 INFO  (qtp1914441604-156654) [n:127.0.0.1:49771_ 
c:awholynewstresscollection_collection2_0 s:shard1 r:core_node13 
x:awholynewstresscollection_collection2_0_shard1_replica2] o.a.s.h.l.XMLLoader 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 13818002 INFO  (qtp283747524-156742) [n:127.0.0.1:41860_ 
c:awholynewstresscollection_collection3_0 s:shard3 r:core_node16 
x:awholynewstresscollection_collection3_0_shard3_replica1] o.a.s.h.l.XMLLoader 
xsltCacheLifetimeSeconds=60
   [junit4]   2> 13820758 INFO  (qtp1422779107-156597) [n:127.0.0.1:39314_ 
c:awholynewstresscollection_collection2_0 s:shard8 r:core_node2 
x:awholynewstresscollection_collection2_0_shard8_replica1] o.a.s.h.l.XMLLoader 
xsltCacheLifetimeSeconds=60
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{other_tl1=PostingsFormat(name=Asserting), range_facet_l_dv=FST50, 
_version_=PostingsFormat(name=Asserting), 
multiDefault=PostingsFormat(name=Memory doPackFST= false), 
a_t=PostingsFormat(name=Memory doPackFST= false), 
intDefault=PostingsFormat(name=Asserting), a_i1=PostingsFormat(name=Memory 
doPackFST= false), id=FST50, range_facet_i_dv=PostingsFormat(name=Memory 
doPackFST= false), text=BlockTreeOrds(blocksize=128), 
range_facet_l=PostingsFormat(name=Memory doPackFST= false), 
timestamp=PostingsFormat(name=Memory doPackFST= false)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory), 
range_facet_i_dv=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=608, 
maxMBSortInHeap=7.116187709642701, sim=ClassicSimilarity, locale=fi-FI, 
timezone=Etc/UCT
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_74 (64-bit)/cpus=4,threads=356,free=35429504,total=468189184
   [junit4]   2> NOTE: All tests run in this JVM: [TestImplicitCoreProperties, 
TestXIncludeConfig, ShowFileRequestHandlerTest, TestPostingsSolrHighlighter, 
TestStandardQParsers, TestSort, TestManagedSchema, 
FullSolrCloudDistribCmdsTest, RuleEngineTest, TestJmxIntegration, 
HdfsWriteToMultipleCollectionsTest, HdfsThreadLeakTest, TestDefaultStatsCache, 
StatsComponentTest, ClassificationUpdateProcessorFactoryTest, 
SpatialHeatmapFacetsTest, TestExtendedDismaxParser, 
ExitableDirectoryReaderTest, DeleteShardTest, 
DistributedQueryComponentOptimizationTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, RestartWhileUpdatingTest, 
SaslZkACLProviderTest, TestDocBasedVersionConstraints, 
HdfsBasicDistributedZkTest, RecoveryZkTest, DocValuesMultiTest, 
TestFieldCacheWithThreads, DistanceUnitsTest, TestCharFilters, 
UnloadDistributedZkTest, FieldMutatingUpdateProcessorTest, 
TestFieldTypeCollectionResource, TestStressRecovery, TestReplicaProperties, 
TestNamedUpdateProcessors, TestIntervalFaceting, TestRecovery, 
DistributedVersionInfoTest, TestPerFieldSimilarity, 
TestTolerantUpdateProcessorCloud, TestConfigSetProperties, 
BigEndianAscendingWordSerializerTest, TestSolrConfigHandlerConcurrent, 
HdfsDirectoryTest, TestClassicSimilarityFactory, TestMiniSolrCloudClusterBase, 
TestCloudPseudoReturnFields, BadCopyFieldTest, BinaryUpdateRequestHandlerTest, 
CurrencyFieldXmlFileTest, TestSolrIndexConfig, VersionInfoTest, 
HardAutoCommitTest, RegexBoostProcessorTest, PrimitiveFieldTypeTest, 
TestSchemaResource, PluginInfoTest, TestChildDocTransformer, 
TestReversedWildcardFilterFactory, TestDistributedMissingSort, 
TestRawTransformer, TestFieldCacheSort, CdcrRequestHandlerTest, 
MigrateRouteKeyTest, SolrCloudExampleTest, TestFastWriter, 
TestOverriddenPrefixQueryForCustomFieldType, TestNRTOpen, TestSearchPerf, 
CoreAdminHandlerTest, TestRuleBasedAuthorizationPlugin, 
DistributedFacetPivotLargeTest, TestSmileRequest, HighlighterConfigTest, 
TestStressReorder, TestSerializedLuceneMatchVersion, TestJettySolrRunner, 
TestSweetSpotSimilarityFactory, AssignTest, CleanupOldIndexTest, 
BlockJoinFacetDistribTest, TestReloadDeadlock, TestElisionMultitermQuery, 
XmlUpdateRequestHandlerTest, TestOrdValues, HdfsRecoveryZkTest, 
TestSlowCompositeReaderWrapper, TestTrackingShardHandlerFactory, 
TestExactStatsCache, ZkStateReaderTest, TestLocalFSCloudBackupRestore, 
AnalyticsQueryTest, DirectUpdateHandlerTest, TestBackupRepositoryFactory, 
FullHLLTest, SuggesterWFSTTest, BadComponentTest, TestCoreDiscovery, 
TestSolrCloudWithKerberosAlt, TestSolrDeletionPolicy1, 
ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, SyncSliceTest, 
OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, 
TestReplicationHandler, ClusterStateUpdateTest, TestRandomFaceting, 
LeaderElectionTest, TestZkChroot, TestRandomDVFaceting, ShardRoutingCustomTest, 
AutoCommitTest, TestFaceting, TestHashPartitioner, 
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, 
TestReload, TestStressVersions, DistributedTermsComponentTest, TestRangeQuery, 
UpdateParamsTest, AlternateDirectoryTest, CopyFieldTest, TestMergePolicyConfig, 
TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestBinaryField, 
MinimalSchemaTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, 
TestSolrCoreProperties, DirectSolrConnectionTest, TestPhraseSuggestions, 
SpellPossibilityIteratorTest, TestCodecSupport, EchoParamsTest, 
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, 
TestBM25SimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, 
TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, 
DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSystemIdResolver, 
TestSuggestSpellingConverter, SpellingQueryConverterTest, TestSolrJ, 
TestLRUCache, SliceStateTest, FileUtilsTest, DistributedMLTComponentTest, 
SolrTestCaseJ4Test, TestTolerantSearch, ConnectionReuseTest, 
AliasIntegrationTest, CdcrVersionReplicationTest, CollectionStateFormat2Test, 
ConcurrentDeleteAndCreateCollectionTest, DeleteReplicaTest, 
DistribJoinFromCollectionTest, ForceLeaderTest, OverseerTaskQueueTest, 
RecoveryAfterSoftCommitTest, SharedFSAutoReplicaFailoverTest, TestLockTree, 
TestMiniSolrCloudClusterSSL, TestRequestForwarding, TestSSLRandomization, 
TestShortCircuitedRequests, TestStressLiveNodes, 
HdfsCollectionsAPIDistributedZkTest]
   [junit4] ERROR   0.00s J2 | HdfsCollectionsAPIDistributedZkTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4] Completed [621/621 (3!)] on J2 in 8198.53s, 1 test, 1 error <<< 
FAILURES!

[...truncated 2 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build/solr-core/test/temp/junit4-J2-20160707_143619_108.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/heapdumps/java_pid14900.hprof
 ...
   [junit4] Heap dump file created [633393737 bytes in 11.661 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 12 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:747: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:684: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/build.xml:59: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/build.xml:233:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/solr/common-build.xml:530:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:1443:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-6.x/lucene/common-build.xml:984:
 There were test failures: 621 suites (10 ignored), 2642 tests, 1 suite-level 
error, 2 errors, 51 ignored (36 assumptions) [seed: 3E0063B2101E6B37]

Total time: 437 minutes 8 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
No prior successful build to compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to