You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/04/02 06:49:05 UTC

[JENKINS] Lucene-Solr-5.x-Windows (32bit/jdk1.8.0_40) - Build # 4509 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4509/
Java: 32bit/jdk1.8.0_40 -server -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:58966/_
	at __randomizedtesting.SeedInfo.seed([79BBC958FE349487:F1EFF68250C8F97F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:568)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:233)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:225)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:497)
	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:131)
	at org.apache.solr.cloud.ShardSplitTest.test(ShardSplitTest.java:83)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.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:260)
	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:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:462)
	... 47 more


FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001

	at __randomizedtesting.SeedInfo.seed([79BBC958FE349487]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9906 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\init-core-data-001
   [junit4]   2> 672186 T3357 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_/
   [junit4]   2> 672188 T3357 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 672188 T3358 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 672278 T3357 oasc.ZkTestServer.run start zk server on port:58935
   [junit4]   2> 672278 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 672279 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672282 T3365 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f055ff name:ZooKeeperConnection Watcher:127.0.0.1:58935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672282 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672282 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 672282 T3357 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 672286 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 672289 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672293 T3368 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@651750 name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672293 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672293 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 672293 T3357 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 672296 T3357 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 672297 T3357 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 672307 T3357 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 672309 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 672310 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 672312 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 672313 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 672314 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 672314 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 672316 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 672316 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 672318 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 672318 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 672320 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 672320 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 672321 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 672322 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 672323 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 672324 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 672325 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 672326 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 672327 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 672327 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 672329 T3357 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 672329 T3357 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 672548 T3357 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1
   [junit4]   2> 672552 T3357 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 672556 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58942
   [junit4]   2> 672556 T3357 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\tempDir-001/control/data, hostContext=/_, hostPort=58942, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores}
   [junit4]   2> 672556 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 672557 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\'
   [junit4]   2> 672576 T3357 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\solr.xml
   [junit4]   2> 672581 T3357 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores
   [junit4]   2> 672581 T3357 oasc.CoreContainer.<init> New CoreContainer 41840
   [junit4]   2> 672581 T3357 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\]
   [junit4]   2> 672582 T3357 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\lib
   [junit4]   2> 672582 T3357 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\lib).
   [junit4]   2> 672592 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 672592 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 672593 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 672593 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 672593 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 672593 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 672594 T3357 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 672595 T3357 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 672595 T3357 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 672595 T3357 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 672595 T3357 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 672595 T3357 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58935/solr
   [junit4]   2> 672595 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 672595 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 672597 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672600 T3380 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f1d7c9 name:ZooKeeperConnection Watcher:127.0.0.1:58935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672601 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672601 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 672636 T3359 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c7859f7340002, 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> 
   [junit4]   2> 672639 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 672643 T3383 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d169bd name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 672644 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 672646 T3357 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 672648 T3357 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 672650 T3357 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 672652 T3357 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 672653 T3357 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 672655 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 672656 T3357 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 672658 T3357 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 672660 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58942__
   [junit4]   2> 672660 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58942__
   [junit4]   2> 672662 T3357 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 672664 T3357 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 672666 T3357 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 672667 T3357 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:58942__
   [junit4]   2> 672667 T3357 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 672668 T3357 oasc.Overseer.start Overseer (id=93582020062740483-127.0.0.1:58942__-n_0000000000) starting
   [junit4]   2> 672670 T3357 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 672678 T3357 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 672679 T3385 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 672679 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 672680 T3384 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 672683 T3357 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores
   [junit4]   2> 672685 T3357 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 672686 T3357 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\
   [junit4]   2> 672686 T3357 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 672687 T3387 C:control_collection c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 672687 T3387 C:control_collection c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 672688 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 672688 T3387 C:control_collection c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 672688 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58942/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58942__",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 672689 T3384 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58942/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58942__",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 672689 T3384 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 672689 T3384 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 672690 T3383 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673579 T3387 C:control_collection c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 673579 T3387 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 673579 T3387 C:control_collection c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 673579 T3387 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 673580 T3387 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 673580 T3387 C:control_collection c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\'
   [junit4]   2> 673592 T3387 C:control_collection c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 673593 T3387 C:control_collection c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 673599 T3387 C:control_collection c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 673601 T3387 C:control_collection c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 673610 T3387 C:control_collection c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 673611 T3387 C:control_collection c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 673617 T3387 C:control_collection c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 673674 T3387 C:control_collection c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 673675 T3387 C:control_collection c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 673675 T3387 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 673679 T3387 C:control_collection c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 673695 T3387 C:control_collection c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 673696 T3387 C:control_collection c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 673696 T3387 C:control_collection c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\
   [junit4]   2> 673696 T3387 C:control_collection c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1df4c2f
   [junit4]   2> 673697 T3387 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\
   [junit4]   2> 673697 T3387 C:control_collection c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\index/
   [junit4]   2> 673697 T3387 C:control_collection c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 673697 T3387 C:control_collection c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\control-001\cores\collection1\data\index
   [junit4]   2> 673698 T3387 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=7.4482421875, floorSegmentMB=0.6474609375, forceMergeDeletesPctAllowed=20.42160985903039, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 673698 T3387 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ca1e2c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4984e0),segFN=segments_1,generation=1}
   [junit4]   2> 673699 T3387 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 673700 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 673700 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 673701 T3387 C:control_collection c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 673702 T3387 C:control_collection c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 673706 T3387 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 673706 T3387 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 673707 T3387 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 673708 T3387 C:control_collection c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 673711 T3387 C:control_collection c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 673711 T3387 C:control_collection c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 673712 T3387 C:control_collection c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 673712 T3387 C:control_collection c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 673713 T3387 C:control_collection c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 673713 T3387 C:control_collection c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 673713 T3387 C:control_collection c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=53.87109375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=24.414566425876952, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 673714 T3387 C:control_collection c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ca1e2c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4984e0),segFN=segments_1,generation=1}
   [junit4]   2> 673714 T3387 C:control_collection c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 673714 T3387 C:control_collection c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@c6c1fa[collection1] main
   [junit4]   2> 673714 T3387 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 673716 T3387 C:control_collection c:collection1 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 673716 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 673717 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 673717 T3387 C:control_collection c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 673717 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 673718 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 673718 T3387 C:control_collection c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 673718 T3387 C:control_collection c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 673718 T3387 C:control_collection c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 673719 T3387 C:control_collection c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 673719 T3388 C:control_collection c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@c6c1fa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 673720 T3391 C:control_collection S:shard1 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58942/_ collection:control_collection shard:shard1
   [junit4]   2> 673720 T3357 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 673720 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 673720 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 673720 T3391 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 673722 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673724 T3394 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c6e78e name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673725 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673725 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 673725 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 673728 T3391 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 673730 T3357 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 673730 T3357 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 673730 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 673735 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 673736 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 673737 T3391 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 673737 T3391 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1507 name=collection1 org.apache.solr.core.SolrCore@3ef392 url=http://127.0.0.1:58942/_/collection1 node=127.0.0.1:58942__ C1507_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58942/_, node_name=127.0.0.1:58942__, state=down}
   [junit4]   2> 673738 T3391 C:control_collection S:shard1 C1507 P58942 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58942/_/collection1/
   [junit4]   2> 673738 T3391 C:control_collection S:shard1 C1507 P58942 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 673738 T3391 C:control_collection S:shard1 C1507 P58942 oasc.SyncStrategy.syncToMe http://127.0.0.1:58942/_/collection1/ has no replicas
   [junit4]   2> 673739 T3391 C:control_collection S:shard1 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58942/_/collection1/ shard1
   [junit4]   2> 673739 T3391 C:control_collection S:shard1 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 673741 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 673741 T3397 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ab294b name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 673742 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 673742 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 673747 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 1
   [junit4]   2> 673747 T3384 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 673748 T3383 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673750 T3394 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673752 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 673759 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58942/_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 673767 T3384 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 673768 T3383 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673769 T3394 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673773 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 673864 T3383 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673865 T3394 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 673890 T3391 C:control_collection S:shard1 oasc.ZkController.register We are http://127.0.0.1:58942/_/collection1/ and leader is http://127.0.0.1:58942/_/collection1/
   [junit4]   2> 673890 T3391 C:control_collection S:shard1 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58942/_
   [junit4]   2> 673890 T3391 C:control_collection S:shard1 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 673890 T3391 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 673890 T3391 C:control_collection S:shard1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 673891 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 673893 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58942/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58942__",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 673893 T3384 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58942/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58942__",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 674018 T3383 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 674019 T3394 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 674023 T3357 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1
   [junit4]   2> 674025 T3357 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001
   [junit4]   2> 674025 T3357 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 674028 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58957
   [junit4]   2> 674028 T3357 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/_, hostPort=58957, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores}
   [junit4]   2> 674029 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 674030 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\'
   [junit4]   2> 674056 T3357 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\solr.xml
   [junit4]   2> 674065 T3357 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores
   [junit4]   2> 674065 T3357 oasc.CoreContainer.<init> New CoreContainer 5183132
   [junit4]   2> 674065 T3357 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\]
   [junit4]   2> 674066 T3357 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\lib
   [junit4]   2> 674066 T3357 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\lib).
   [junit4]   2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 674075 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 674076 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 674076 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 674076 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 674076 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 674077 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 674077 T3357 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 674077 T3357 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 674078 T3357 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 674078 T3357 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 674078 T3357 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 674079 T3357 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:58935/solr
   [junit4]   2> 674079 T3357 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 674079 T3357 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 674081 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 674083 T3409 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a9bd6 name:ZooKeeperConnection Watcher:127.0.0.1:58935 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 674083 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 674084 T3357 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 674089 T3359 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c7859f7340006, 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> 
   [junit4]   2> 674091 T3357 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 674093 T3412 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b44d54 name:ZooKeeperConnection Watcher:127.0.0.1:58935/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 674094 T3357 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 674100 T3357 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 674997 T3357 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58957__
   [junit4]   2> 674998 T3357 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58957__
   [junit4]   2> 675001 T3357 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 675004 T3357 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores
   [junit4]   2> 675006 T3357 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 675006 T3357 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\
   [junit4]   2> 675006 T3357 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 675008 T3413 C:collection1 c:collection1 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 675008 T3413 C:collection1 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 675010 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 675011 T3413 C:collection1 c:collection1 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 675012 T3413 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 675012 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58957/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58957__",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 675012 T3413 C:collection1 c:collection1 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 675013 T3384 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58957/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58957__",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 675013 T3384 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 675013 T3384 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 675013 T3413 C:collection1 c:collection1 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 675013 T3413 C:collection1 c:collection1 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 675105 T3384 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 675106 T3412 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 675106 T3412 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 675905 T3413 C:collection1 c:collection1 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 675905 T3413 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 675905 T3413 C:collection1 c:collection1 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 675906 T3413 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 675906 T3413 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 675907 T3413 C:collection1 c:collection1 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\'
   [junit4]   2> 675917 T3413 C:collection1 c:collection1 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 675919 T3413 C:collection1 c:collection1 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 675924 T3413 C:collection1 c:collection1 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 675927 T3413 C:collection1 c:collection1 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 675933 T3413 C:collection1 c:collection1 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 675934 T3413 C:collection1 c:collection1 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 675940 T3413 C:collection1 c:collection1 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 675997 T3413 C:collection1 c:collection1 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 675998 T3413 C:collection1 c:collection1 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 675999 T3413 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 676001 T3413 C:collection1 c:collection1 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 676018 T3413 C:collection1 c:collection1 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 676018 T3413 C:collection1 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 676018 T3413 C:collection1 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 676018 T3413 C:collection1 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1df4c2f
   [junit4]   2> 676019 T3413 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 676019 T3413 C:collection1 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 676019 T3413 C:collection1 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 676020 T3413 C:collection1 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 676020 T3413 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=14, maxMergedSegmentMB=7.4482421875, floorSegmentMB=0.6474609375, forceMergeDeletesPctAllowed=20.42160985903039, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 676021 T3413 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ef6a91 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9a3df),segFN=segments_1,generation=1}
   [junit4]   2> 676021 T3413 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 676024 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 676025 T3413 C:collection1 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 676025 T3413 C:collection1 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 676028 T3413 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 676030 T3413 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 676031 T3413 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 676031 T3413 C:collection1 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 676034 T3413 C:collection1 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 676034 T3413 C:collection1 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 676035 T3413 C:collection1 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 676035 T3413 C:collection1 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 676036 T3413 C:collection1 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 676036 T3413 C:collection1 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 676037 T3413 C:collection1 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=53.87109375, floorSegmentMB=1.5615234375, forceMergeDeletesPctAllowed=24.414566425876952, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 676037 T3413 C:collection1 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1ef6a91 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e9a3df),segFN=segments_1,generation=1}
   [junit4]   2> 676037 T3413 C:collection1 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 676037 T3413 C:collection1 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@1e88e5d[collection1] main
   [junit4]   2> 676037 T3413 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 676038 T3413 C:collection1 c:collection1 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 676038 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 676038 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 676038 T3413 C:collection1 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 676039 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 676039 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 676039 T3413 C:collection1 c:collection1 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 676039 T3413 C:collection1 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 676039 T3413 C:collection1 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 676040 T3413 C:collection1 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 676040 T3414 C:collection1 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e88e5d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 676041 T3417 C:collection1 S:shard2 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58957/_ collection:collection1 shard:shard2
   [junit4]   2> 676042 T3357 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 676042 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 676044 T3417 C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 676087 T3417 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 676093 T3417 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 676093 T3417 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1508 name=collection1 org.apache.solr.core.SolrCore@79872b url=http://127.0.0.1:58957/_/collection1 node=127.0.0.1:58957__ C1508_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:58957/_, node_name=127.0.0.1:58957__, state=down}
   [junit4]   2> 676093 T3417 C:collection1 S:shard2 C1508 P58957 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58957/_/collection1/
   [junit4]   2> 676094 T3417 C:collection1 S:shard2 C1508 P58957 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 676094 T3417 C:collection1 S:shard2 C1508 P58957 oasc.SyncStrategy.syncToMe http://127.0.0.1:58957/_/collection1/ has no replicas
   [junit4]   2> 676094 T3417 C:collection1 S:shard2 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58957/_/collection1/ shard2
   [junit4]   2> 676094 T3417 C:collection1 S:shard2 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 676095 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 676113 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 676124 T3384 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 676125 T3412 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 676125 T3412 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 676129 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58957/_",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 676131 T3384 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 676131 T3412 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 676136 T3412 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 676138 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 676147 T3417 C:collection1 S:shard2 oasc.ZkController.register We are http://127.0.0.1:58957/_/collection1/ and leader is http://127.0.0.1:58957/_/collection1/
   [junit4]   2> 676147 T3417 C:collection1 S:shard2 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58957/_
   [junit4]   2> 676147 T3417 C:collection1 S:shard2 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 676147 T3417 C:collection1 S:shard2 c:collection1 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 676147 T3417 C:collection1 S:shard2 c:collection1 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 676148 T3383 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 676154 T3417 C:collection1 S:shard2 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 676154 T3384 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58957/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58957__",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 676158 T3384 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58957/_",
   [junit4]   2> 	  "node_name":"127.0.0.1:58957__",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 676159 T3384 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 676159 T3412 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 676160 T3412 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 676286 T3357 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\cores\collection1
   [junit4]   2> 676288 T3357 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001
   [junit4]   2> 676288 T3357 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 676292 T3357 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58966
   [junit4]   2> 676292 T3357 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/_, hostPort=58966, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\cores}
   [junit4]   2> 676292 T3357 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@e2f2a
   [junit4]   2> 676292 T3357 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\'
   [junit4]   2> 676312 T3357 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\solr.xml
   [junit4]   2> 676318 T3357 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\cores
   [junit4]   2> 676318 T3357 oasc.CoreContainer.<init> New CoreContainer 4559748
   [junit4]   2> 676318 T3357 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\]
   [junit4]   2> 676318 T3357 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\lib
   [junit4]   2> 676319 T3357 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.ShardSplitTest 79BBC958FE349487-001\shard-2-001\lib).
   [junit4]   2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 676325 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 676326 T3357 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 676326 T3357 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 676326 T3357 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 676326 T3357 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 676327 T3357 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 676327 T3357 oasl.LogWatcher.createWatcher SLF4J im

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

r{/solr,null}
   [junit4]   2> 2268256 T11574 oas.SolrTestCaseJ4.tearDown ###Ending testReqParams
   [junit4]   2> 2268257 T11574 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=da, timezone=America/Manaus
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0_40 (32-bit)/cpus=3,threads=1,free=113582576,total=219082752
   [junit4]   2> NOTE: All tests run in this JVM: [TestNonDefinedSimilarityFactory, TestRemoteStreaming, TestSolr4Spatial, CloudMLTQParserTest, ConvertedLegacyTest, StandardRequestHandlerTest, TestRangeQuery, FullSolrCloudDistribCmdsTest, TestBulkSchemaAPI, TestBulkSchemaConcurrent, OpenCloseCoreStressTest, CollectionsAPIDistributedZkTest, CoreAdminRequestStatusTest, CursorPagingTest, ReplicationFactorTest, TestNamedUpdateProcessors, DistributedFacetPivotLongTailTest, ConnectionManagerTest, TestEmbeddedSolrServerConstructors, TestReloadAndDeleteDocs, TestJoin, CopyFieldTest, SpellPossibilityIteratorTest, SegmentsInfoRequestHandlerTest, AnalyticsQueryTest, OverseerRolesTest, TestConfig, TestSolrCoreProperties, HdfsDirectoryFactoryTest, MBeansHandlerTest, TestDocBasedVersionConstraints, DirectUpdateHandlerOptimizeTest, SharedFSAutoReplicaFailoverTest, TestCopyFieldCollectionResource, LoggingHandlerTest, ChaosMonkeySafeLeaderTest, ExternalFileFieldSortTest, TestDynamicLoading, TestSearchPerf, TestSolrJ, VMParamsZkACLAndCredentialsProvidersTest, MoreLikeThisHandlerTest, CSVRequestHandlerTest, TestQuerySenderListener, ShardSplitTest, DistributedFacetPivotLargeTest, SignatureUpdateProcessorFactoryTest, TestRequestStatusCollectionAPI, TestTrie, BadIndexSchemaTest, UpdateRequestProcessorFactoryTest, TestSolrQueryParserResource, PolyFieldTest, SolrIndexConfigTest, IndexSchemaTest, TestLMDirichletSimilarityFactory, TestPivotHelperCode, TestCursorMarkWithoutUniqueKey, SSLMigrationTest, TestSchemaResource, TestHdfsUpdateLog, RAMDirectoryFactoryTest, HttpPartitionTest, DistributedMLTComponentTest, DateMathParserTest, DistributedQueryComponentCustomSortTest, TestDFRSimilarityFactory, FastVectorHighlighterTest, TestAnalyzeInfixSuggestions, HdfsBasicDistributedZkTest, TestSystemIdResolver, CurrencyFieldOpenExchangeTest, DistributedFacetPivotSmallAdvancedTest, TestHashQParserPlugin, AutoCommitTest, TestBadConfig, TestSolrQueryParser, TestDocSet, TestSolrDeletionPolicy2, BadCopyFieldTest, TestRealTimeGet, OutOfBoxZkACLAndCredentialsProvidersTest, SpatialFilterTest, TestStressUserVersions, TestManagedResource, EchoParamsTest, HdfsCollectionsAPIDistributedZkTest, BufferStoreTest, DistributedQueryComponentOptimizationTest, TestMiniSolrCloudClusterSSL, NotRequiredUniqueKeyTest, ResourceLoaderTest, TestSolrConfigHandlerCloud, TestDefaultStatsCache, DeleteLastCustomShardedReplicaTest, HdfsBasicDistributedZk2Test, TestFieldTypeCollectionResource, TestFieldTypeResource, SimplePostToolTest, TestObjectReleaseTracker, DocExpirationUpdateProcessorFactoryTest, AliasIntegrationTest, TestRestManager, TestExpandComponent, TestSchemaSimilarityResource, XsltUpdateRequestHandlerTest, AnalysisErrorHandlingTest, StatelessScriptUpdateProcessorFactoryTest, SolrXmlInZkTest, TestSearcherReuse, TestTolerantSearch, RegexBoostProcessorTest, ResponseHeaderTest, TestBlobHandler, TestManagedSchemaFieldTypeResource, TestMissingGroups, LeaderElectionTest, TestZkChroot, ShardRoutingCustomTest, TestDistributedGrouping, TestRecovery, TermVectorComponentDistributedTest, TestReload, TestStressVersions, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, HighlighterTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, SolrRequestParserTest, DocValuesTest, SuggesterWFSTTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, QueryEqualityTest, DocValuesMultiTest, TestSolrDeletionPolicy1, CacheHeaderTest, DisMaxRequestHandlerTest, TestQueryUtils, DocumentAnalysisRequestHandlerTest, TestOmitPositions, TermsComponentTest, TestValueSourceCache, TermVectorComponentTest, FieldAnalysisRequestHandlerTest, TestCollationField, JSONWriterTest, QueryParsingTest, JsonLoaderTest, TestPHPSerializedResponseWriter, SearchHandlerTest, HighlighterConfigTest, AlternateDirectoryTest, TestMergePolicyConfig, MinimalSchemaTest, DirectSolrConnectionTest, TestPhraseSuggestions, TestSweetSpotSimilarityFactory, TestDefaultSimilarityFactory, TimeZoneUtilsTest, OpenExchangeRatesOrgProviderTest, TestFastLRUCache, TestSuggestSpellingConverter, DateFieldTest, TestDocumentBuilder, FileUtilsTest, TestRTGBase, TestHighlightDedupGrouping, ActionThrottleTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, RecoveryAfterSoftCommitTest, TestCloudInspectUtil, TestCloudPivotFacet, TestLeaderElectionZkExpiry, TestMiniSolrCloudCluster, TestShortCircuitedRequests, TriLevelCompositeIdRoutingTest, ExitableDirectoryReaderTest, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=79BBC958FE349487 -Dtests.slow=true -Dtests.locale=da -Dtests.timezone=America/Manaus -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler 79BBC958FE349487-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([79BBC958FE349487]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed on J1 in 8.53s, 4 tests, 1 error <<< FAILURES!

[...truncated 185 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 478 suites, 1902 tests, 1 suite-level error, 1 error, 56 ignored (29 assumptions)

Total time: 62 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.8.0_40 -server -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.8.0_40) - Build # 4511 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4511/
Java: 64bit/jdk1.8.0_40 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.TestSolrConfigHandler

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.     C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001

	at __randomizedtesting.SeedInfo.seed([CA19103DA1EA464E]:0)
	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
	at org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:200)
	at com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10582 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\init-core-data-001
   [junit4]   2> 2210591 T11102 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2210593 T11102 oas.SolrTestCaseJ4.setUp ###Starting testProperty
   [junit4]   2> 2210864 T11102 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2210864 T11102 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2210865 T11102 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core
   [junit4]   2> 2210868 T11102 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2210875 T11102 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61425
   [junit4]   2> 2210875 T11102 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=61425, configSetBaseDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores}
   [junit4]   2> 2210876 T11102 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2210876 T11102 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\'
   [junit4]   2> 2210905 T11102 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\solr.xml
   [junit4]   2> 2210911 T11102 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores
   [junit4]   2> 2210911 T11102 oasc.CoreContainer.<init> New CoreContainer 1129104146
   [junit4]   2> 2210911 T11102 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\]
   [junit4]   2> 2210911 T11102 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\lib
   [junit4]   2> 2210912 T11102 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\lib).
   [junit4]   2> 2210919 T11102 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2210919 T11102 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2210919 T11102 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2210920 T11102 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2210920 T11102 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2210921 T11102 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2210921 T11102 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2210921 T11102 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2210921 T11102 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2210921 T11102 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2210922 T11102 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2210922 T11102 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2210922 T11102 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2210923 T11102 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2210923 T11102 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2210924 T11102 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores
   [junit4]   2> 2210925 T11102 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig-managed-schema.xml, transient=false, schema=schema-rest.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\, configSet=collection1, dataDir=data\}
   [junit4]   2> 2210925 T11102 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\
   [junit4]   2> 2210925 T11102 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2210926 T11112 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\'
   [junit4]   2> 2210927 T11112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2210928 T11112 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 2210954 T11112 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2210957 T11112 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 2210969 T11112 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2210973 T11112 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 2210974 T11112 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 2210977 T11112 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2211073 T11112 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2211074 T11112 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2211074 T11112 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2211075 T11112 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2211082 T11112 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2211083 T11112 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2211083 T11112 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2211083 T11112 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2211091 T11112 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2211102 T11112 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 2211103 T11112 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1
   [junit4]   2> 2211104 T11112 c:collection1 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2211104 T11112 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\
   [junit4]   2> 2211104 T11112 c:collection1 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2211105 T11112 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data
   [junit4]   2> 2211105 T11112 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 2211105 T11112 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2211106 T11112 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index
   [junit4]   2> 2211106 T11112 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=8.890625, floorSegmentMB=0.9560546875, forceMergeDeletesPctAllowed=14.183968901895598, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2211112 T11112 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56e8b33e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2211112 T11112 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2211114 T11112 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2211114 T11112 c:collection1 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2211119 T11112 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211120 T11112 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211121 T11112 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211122 T11112 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211124 T11112 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2211124 T11112 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2211125 T11112 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2211125 T11112 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2211125 T11112 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=45.0830078125, floorSegmentMB=1.08203125, forceMergeDeletesPctAllowed=6.97908754437062, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2211126 T11112 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56e8b33e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2211126 T11112 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2211126 T11112 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@5f569500[collection1] main
   [junit4]   2> 2211127 T11112 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211127 T11112 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf}
   [junit4]   2> 2211127 T11112 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211128 T11112 c:collection1 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2211128 T11112 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211129 T11112 c:collection1 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 2211129 T11112 c:collection1 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211129 T11112 c:collection1 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2211129 T11112 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2211129 T11112 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211130 T11112 c:collection1 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 2211131 T11112 c:collection1 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211131 T11112 c:collection1 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2211131 T11112 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2211131 T11112 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211132 T11112 c:collection1 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2211132 T11112 c:collection1 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2211132 T11112 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2211132 T11112 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211133 T11112 c:collection1 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2211133 T11112 c:collection1 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2211133 T11112 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2211133 T11112 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2211133 T11112 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2211134 T11102 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2211134 T11102 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2211134 T11102 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#61425
   [junit4]   2> 2211135 T11113 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5f569500[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> ASYNC  NEW_CORE C5811 name=collection1 org.apache.solr.core.SolrCore@78faef1c
   [junit4]   2> 2211141 T11109 c:collection1 C5811 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=5 
   [junit4]   2> 2211148 T11108 c:collection1 C5811 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2211151 T11108 c:collection1 C5811 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\'
   [junit4]   2> 2211153 T11108 c:collection1 C5811 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2211154 T11108 c:collection1 C5811 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> ASYNC  NEW_CORE C5812 name=collection1 org.apache.solr.core.SolrCore@78faef1c
   [junit4]   2> 2211202 T11108 c:collection1 C5812 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2211205 T11108 c:collection1 C5812 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> ASYNC  NEW_CORE C5813 name=collection1 org.apache.solr.core.SolrCore@78faef1c
   [junit4]   2> 2211232 T11108 c:collection1 C5813 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2211236 T11108 c:collection1 C5813 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2211240 T11108 c:collection1 C5813 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C5814 name=collection1 org.apache.solr.core.SolrCore@78faef1c
   [junit4]   2> 2211364 T11108 c:collection1 C5814 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2211365 T11108 c:collection1 C5814 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2211365 T11108 c:collection1 C5814 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2211366 T11108 c:collection1 C5814 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2211368 T11108 c:collection1 C5814 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2211368 T11108 c:collection1 C5814 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2211368 T11108 c:collection1 C5814 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2211368 T11108 c:collection1 C5814 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2211376 T11108 c:collection1 C5814 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1
   [junit4]   2> 2211377 T11108 c:collection1 C5814 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\
   [junit4]   2> 2211377 T11108 c:collection1 C5814 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2211378 T11108 c:collection1 C5814 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 2211380 T11108 c:collection1 C5814 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2211380 T11108 c:collection1 C5814 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2211381 T11108 c:collection1 C5814 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211382 T11108 c:collection1 C5814 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211383 T11108 c:collection1 C5814 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211384 T11108 c:collection1 C5814 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211386 T11108 c:collection1 C5814 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2211386 T11108 c:collection1 C5814 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2211387 T11108 c:collection1 C5814 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; if 100 uncommited docs 
   [junit4]   2> 2211387 T11108 c:collection1 C5814 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2211387 T11108 c:collection1 C5814 oass.SolrIndexSearcher.<init> Opening Searcher@6a18134b[collection1] main
   [junit4]   2> 2211388 T11108 c:collection1 C5814 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211388 T11108 c:collection1 C5814 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf}
   [junit4]   2> 2211388 T11108 c:collection1 C5814 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211388 T11108 c:collection1 C5814 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2211389 T11108 c:collection1 C5814 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211389 T11108 c:collection1 C5814 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211389 T11108 c:collection1 C5814 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 2211389 T11108 c:collection1 C5814 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2211390 T11108 c:collection1 C5814 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2211390 T11108 c:collection1 C5814 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211390 T11108 c:collection1 C5814 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211390 T11108 c:collection1 C5814 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 2211391 T11108 c:collection1 C5814 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2211391 T11108 c:collection1 C5814 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2211391 T11108 c:collection1 C5814 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211391 T11108 c:collection1 C5814 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2211391 T11108 c:collection1 C5814 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2211392 T11108 c:collection1 C5814 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2211392 T11108 c:collection1 C5814 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211392 T11108 c:collection1 C5814 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2211392 T11108 c:collection1 C5814 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2211392 T11108 c:collection1 C5814 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2211393 T11108 c:collection1 C5814 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2211393 T11108 c:collection1 C5814 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 2211393 T11108 c:collection1 C5814 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 2211393 T11108 c:collection1 C5814 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 2211393 T11115 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a18134b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2211394 T11108 c:collection1 C5814 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=8.890625, floorSegmentMB=0.9560546875, forceMergeDeletesPctAllowed=14.183968901895598, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2211395 T11108 c:collection1 C5814 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56e8b33e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2211396 T11108 c:collection1 C5814 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2211396 T11108 c:collection1 C5814 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 2211396 T11108 c:collection1 C5814 oass.SolrIndexSearcher.<init> Opening Searcher@6ebd0a3d[collection1] main
   [junit4]   2> 2211396 T11108 c:collection1 C5814 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 2211396 T11115 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ebd0a3d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2211396 T11108 c:collection1 C5814 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"set-property":{
   [junit4]   2> 	    "updateHandler.autoCommit.maxDocs":100,
   [junit4]   2> 	    "updateHandler.autoCommit.maxTime":10,
   [junit4]   2> 	    "requestDispatcher.requestParsers.addHttpRequestToContext":true}}]
   [junit4]   2> 2211396 T11108 c:collection1 C5814 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=252 
   [junit4]   2> 2211396 T11108 c:collection1 C5814 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@78faef1c
   [junit4]   2> 2211397 T11108 c:collection1 C5814 oasu.DirectUpdateHandler2.close 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> 2211397 T11108 c:collection1 C5814 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C5815 name=collection1 org.apache.solr.core.SolrCore@503f7a92
   [junit4]   2> 2211399 T11107 c:collection1 C5815 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 2211402 T11110 c:collection1 C5815 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=0 
   [junit4]   2> 2211405 T11111 c:collection1 C5815 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2211406 T11111 c:collection1 C5815 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\'
   [junit4]   2> 2211407 T11111 c:collection1 C5815 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 2211407 T11111 c:collection1 C5815 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> ASYNC  NEW_CORE C5816 name=collection1 org.apache.solr.core.SolrCore@503f7a92
   [junit4]   2> 2211426 T11111 c:collection1 C5816 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2211429 T11111 c:collection1 C5816 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> ASYNC  NEW_CORE C5817 name=collection1 org.apache.solr.core.SolrCore@503f7a92
   [junit4]   2> 2211440 T11111 c:collection1 C5817 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2211443 T11111 c:collection1 C5817 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 2211446 T11111 c:collection1 C5817 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C5818 name=collection1 org.apache.solr.core.SolrCore@503f7a92
   [junit4]   2> 2211535 T11111 c:collection1 C5818 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> ASYNC  NEW_CORE C5819 name=collection1 org.apache.solr.core.SolrCore@503f7a92
   [junit4]   2> 2211539 T11111 c:collection1 C5819 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2211539 T11111 c:collection1 C5819 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2211540 T11111 c:collection1 C5819 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2211542 T11111 c:collection1 C5819 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2211542 T11111 c:collection1 C5819 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2211542 T11111 c:collection1 C5819 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2211542 T11111 c:collection1 C5819 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2211549 T11111 c:collection1 C5819 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1
   [junit4]   2> 2211549 T11111 c:collection1 C5819 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\
   [junit4]   2> 2211550 T11111 c:collection1 C5819 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2211550 T11111 c:collection1 C5819 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 2211552 T11111 c:collection1 C5819 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2211552 T11111 c:collection1 C5819 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2211553 T11111 c:collection1 C5819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211554 T11111 c:collection1 C5819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211555 T11111 c:collection1 C5819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211556 T11111 c:collection1 C5819 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2211558 T11111 c:collection1 C5819 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2211558 T11111 c:collection1 C5819 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2211559 T11111 c:collection1 C5819 oasu.CommitTracker.<init> Hard AutoCommit: if uncommited for 10ms; 
   [junit4]   2> 2211559 T11111 c:collection1 C5819 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2211559 T11111 c:collection1 C5819 oass.SolrIndexSearcher.<init> Opening Searcher@2402da4f[collection1] main
   [junit4]   2> 2211559 T11111 c:collection1 C5819 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211560 T11111 c:collection1 C5819 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf}
   [junit4]   2> 2211560 T11111 c:collection1 C5819 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211560 T11111 c:collection1 C5819 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2211560 T11111 c:collection1 C5819 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211560 T11111 c:collection1 C5819 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211561 T11111 c:collection1 C5819 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 2211561 T11111 c:collection1 C5819 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2211561 T11111 c:collection1 C5819 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2211561 T11111 c:collection1 C5819 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211561 T11111 c:collection1 C5819 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211562 T11111 c:collection1 C5819 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 2211562 T11111 c:collection1 C5819 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2211562 T11111 c:collection1 C5819 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2211562 T11111 c:collection1 C5819 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211563 T11111 c:collection1 C5819 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2211563 T11111 c:collection1 C5819 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2211563 T11111 c:collection1 C5819 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2211563 T11111 c:collection1 C5819 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-001\collection1\conf
   [junit4]   2> 2211563 T11111 c:collection1 C5819 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2211563 T11111 c:collection1 C5819 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2211563 T11111 c:collection1 C5819 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2211564 T11111 c:collection1 C5819 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2211564 T11111 c:collection1 C5819 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 2211564 T11111 c:collection1 C5819 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 2211564 T11111 c:collection1 C5819 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 2211564 T11116 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2402da4f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2211565 T11111 c:collection1 C5819 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=8.890625, floorSegmentMB=0.9560546875, forceMergeDeletesPctAllowed=14.183968901895598, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2211566 T11111 c:collection1 C5819 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@56e8b33e; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2211566 T11111 c:collection1 C5819 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2211566 T11111 c:collection1 C5819 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 2211567 T11111 c:collection1 C5819 oass.SolrIndexSearcher.<init> Opening Searcher@52b227bc[collection1] main
   [junit4]   2> 2211567 T11111 c:collection1 C5819 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 2211567 T11116 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52b227bc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2211567 T11111 c:collection1 C5819 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"unset-property":"updateHandler.autoCommit.maxDocs"}]
   [junit4]   2> 2211568 T11111 c:collection1 C5819 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=163 
   [junit4]   2> 2211568 T11111 c:collection1 C5819 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@503f7a92
   [junit4]   2> 2211568 T11111 c:collection1 C5819 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommit maxDocs=100,autocommit maxTime=10ms,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> 2211569 T11111 c:collection1 C5819 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C5820 name=collection1 org.apache.solr.core.SolrCore@2553186b
   [junit4]   2> 2211571 T11108 c:collection1 C5820 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 2211584 T11102 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1129104146
   [junit4]   2> 2211584 T11102 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2553186b
   [junit4]   2> 2211584 T11102 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommit maxTime=10ms,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> 2211584 T11102 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2211585 T11102 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2211585 T11102 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2211587 T11102 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2211587 T11102 oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2211587 T11102 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index;done=false>>]
   [junit4]   2> 2211588 T11102 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data\index
   [junit4]   2> 2211588 T11102 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data;done=false>>]
   [junit4]   2> 2211588 T11102 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-003\cores\core\data
   [junit4]   2> 2211588 T11102 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 2211774 T11102 oas.SolrTestCaseJ4.tearDown ###Ending testProperty
   [junit4]   2> 2211777 T11102 oas.SolrTestCaseJ4.setUp ###Starting testUserProp
   [junit4]   2> 2212049 T11102 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 2212049 T11102 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2212050 T11102 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core
   [junit4]   2> 2212053 T11102 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2212057 T11102 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61439
   [junit4]   2> 2212058 T11102 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=61439, configSetBaseDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores}
   [junit4]   2> 2212058 T11102 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 2212059 T11102 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\'
   [junit4]   2> 2212085 T11102 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\solr.xml
   [junit4]   2> 2212091 T11102 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores
   [junit4]   2> 2212092 T11102 oasc.CoreContainer.<init> New CoreContainer 455442464
   [junit4]   2> 2212092 T11102 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\]
   [junit4]   2> 2212092 T11102 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\lib
   [junit4]   2> 2212093 T11102 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\lib).
   [junit4]   2> 2212101 T11102 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2212101 T11102 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 2212101 T11102 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2212101 T11102 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2212102 T11102 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 2212102 T11102 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2212102 T11102 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2212102 T11102 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2212102 T11102 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2212103 T11102 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2212103 T11102 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 2212103 T11102 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2212104 T11102 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2212104 T11102 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2212104 T11102 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 2212105 T11102 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores
   [junit4]   2> 2212105 T11102 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig-managed-schema.xml, transient=false, schema=schema-rest.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\, configSet=collection1, dataDir=data\}
   [junit4]   2> 2212105 T11102 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\
   [junit4]   2> 2212105 T11102 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 2212106 T11126 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\'
   [junit4]   2> 2212107 T11126 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2212108 T11126 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 2212141 T11126 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2212144 T11126 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 2212156 T11126 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2212159 T11126 oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 2212160 T11126 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf\schema-rest.xml
   [junit4]   2> 2212164 T11126 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 2212293 T11126 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2212293 T11126 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2212294 T11126 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2212295 T11126 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2212302 T11126 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2212302 T11126 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2212302 T11126 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2212302 T11126 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2212304 T11126 oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 2212312 T11126 oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 2212313 T11126 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1
   [junit4]   2> 2212313 T11126 c:collection1 oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 2212313 T11126 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data\
   [junit4]   2> 2212313 T11126 c:collection1 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2212314 T11126 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data
   [junit4]   2> 2212315 T11126 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data\index/
   [junit4]   2> 2212315 T11126 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2212316 T11126 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data\index
   [junit4]   2> 2212317 T11126 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=8.890625, floorSegmentMB=0.9560546875, forceMergeDeletesPctAllowed=14.183968901895598, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2212320 T11126 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@602fe816; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2212320 T11126 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2212322 T11126 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2212322 T11126 c:collection1 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2212328 T11126 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2212330 T11126 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2212330 T11126 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2212331 T11126 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2212333 T11126 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2212334 T11126 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2212334 T11126 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2212334 T11126 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2212335 T11126 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=45.0830078125, floorSegmentMB=1.08203125, forceMergeDeletesPctAllowed=6.97908754437062, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2212336 T11126 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@602fe816; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 2212336 T11126 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2212336 T11126 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@4075e3b0[collection1] main
   [junit4]   2> 2212337 T11126 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212337 T11126 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf}
   [junit4]   2> 2212337 T11126 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212338 T11126 c:collection1 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 2212338 T11126 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212338 T11126 c:collection1 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 2212339 T11126 c:collection1 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212339 T11126 c:collection1 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 2212339 T11126 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 2212339 T11126 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212340 T11126 c:collection1 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 2212341 T11126 c:collection1 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212341 T11126 c:collection1 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 2212341 T11126 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 2212341 T11126 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212342 T11126 c:collection1 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 2212342 T11126 c:collection1 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 2212342 T11126 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 2212342 T11126 c:collection1 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212343 T11126 c:collection1 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 2212343 T11126 c:collection1 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 2212343 T11126 c:collection1 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 2212343 T11126 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 2212343 T11126 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2212343 T11127 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4075e3b0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2212345 T11102 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 2212345 T11102 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2212345 T11102 oas.SolrJettyTestBase.createJetty Jetty Assigned Port#61439
   [junit4]   2> ASYNC  NEW_CORE C5821 name=collection1 org.apache.solr.core.SolrCore@3e62c717
   [junit4]   2> 2212353 T11121 c:collection1 C5821 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 2212355 T11121 c:collection1 C5821 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\'
   [junit4]   2> 2212356 T11121 c:collection1 C5821 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 2212357 T11121 c:collection1 C5821 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J1/temp/solr.core.TestSolrConfigHandler%20CA19103DA1EA464E-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> ASYNC  NEW_CORE C5822 name=collection1 org.apache.solr.core.SolrCore@3e62c717
   [junit4]   2> 2212401 T11121 c:collection1 C5822 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 2212405 T11121 c:collection1 C5822 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> ASYNC  NEW_CORE C5823 name=collection1 org.apache.solr.core.SolrCore@3e62c717
   [junit4]   2> 2212419 T11121 c:collection1 C5823 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 2212425 T11121 c:collection1 C5823 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 2212430 T11121 c:collection1 C5823 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C5824 name=collection1 org.apache.solr.core.SolrCore@3e62c717
   [junit4]   2> 2212549 T11121 c:collection1 C5824 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2212550 T11121 c:collection1 C5824 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 2212550 T11121 c:collection1 C5824 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2212551 T11121 c:collection1 C5824 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 2212553 T11121 c:collection1 C5824 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 2212553 T11121 c:collection1 C5824 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 2212553 T11121 c:collection1 C5824 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 2212554 T11121 c:collection1 C5824 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 2212561 T11121 c:collection1 C5824 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1
   [junit4]   2> 2212562 T11121 c:collection1 C5824 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data\
   [junit4]   2> 2212562 T11121 c:collection1 C5824 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2212563 T11121 c:collection1 C5824 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-006\cores\core\data\index/
   [junit4]   2> 2212564 T11121 c:collection1 C5824 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2212564 T11121 c:collection1 C5824 oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=MODIFIEDA,b=MODIFIEDB}}}
   [junit4]   2> 2212566 T11121 c:collection1 C5824 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2212567 T11121 c:collection1 C5824 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2212568 T11121 c:collection1 C5824 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2212569 T11121 c:collection1 C5824 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2212571 T11121 c:collection1 C5824 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2212571 T11121 c:collection1 C5824 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2212572 T11121 c:collection1 C5824 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2212572 T11121 c:collection1 C5824 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2212572 T11121 c:collection1 C5824 oass.SolrIndexSearcher.<init> Opening Searcher@17e50e06[collection1] main
   [junit4]   2> 2212573 T11121 c:collection1 C5824 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-004\collection1\conf
   [junit4]   2> 2212573 T11121 c:collection1 C5824 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA

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

rConfigHandler CA19103DA1EA464E-001\tempDir-012\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-012\cores\core\data;done=false>>]
   [junit4]   2> 2219064 T11102 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-012\cores\core\data
   [junit4]   2> 2219064 T11102 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 2219247 T11102 oas.SolrTestCaseJ4.tearDown ###Ending testReqParams
   [junit4]   2> 2219249 T11102 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=en_PH, timezone=Africa/Tripoli
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_40 (64-bit)/cpus=3,threads=1,free=48493688,total=224321536
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaResource, BadIndexSchemaTest, TestSolrJ, IndexSchemaTest, TestMiniSolrCloudCluster, DeleteLastCustomShardedReplicaTest, TestCryptoKeys, AnalyticsQueryTest, TestBlobHandler, SpellPossibilityIteratorTest, ResourceLoaderTest, TestJoin, TestZkChroot, ZkNodePropsTest, LeaderElectionIntegrationTest, DistributedQueryComponentOptimizationTest, DistributedQueryComponentCustomSortTest, TestBulkSchemaAPI, TestQuerySenderListener, TestObjectReleaseTracker, OpenCloseCoreStressTest, TestUtils, TestRestManager, CurrencyFieldXmlFileTest, SpellCheckCollatorTest, ZkSolrClientTest, TestReload, TestLRUStatsCache, DistributedFacetPivotLargeTest, CSVRequestHandlerTest, HdfsLockFactoryTest, ConvertedLegacyTest, AnalysisErrorHandlingTest, TestSolrDeletionPolicy1, TermVectorComponentDistributedTest, TestConfig, HighlighterTest, ConnectionManagerTest, BasicDistributedZk2Test, AutoCommitTest, FieldMutatingUpdateProcessorTest, CoreAdminRequestStatusTest, CollectionsAPIDistributedZkTest, SpellingQueryConverterTest, TestSearcherReuse, TestCursorMarkWithoutUniqueKey, FileUtilsTest, CloudMLTQParserTest, TestCloudInspectUtil, FullSolrCloudDistribCmdsTest, DisMaxRequestHandlerTest, TermVectorComponentTest, TestLuceneMatchVersion, SimplePostToolTest, AnalyticsMergeStrategyTest, HdfsBasicDistributedZkTest, TestRandomFaceting, TestConfigReload, TestNonDefinedSimilarityFactory, TestReqParamsAPI, SharedFSAutoReplicaFailoverTest, TestValueSourceCache, CursorPagingTest, ResponseHeaderTest, EchoParamsTest, BasicZkTest, IndexBasedSpellCheckerTest, FastVectorHighlighterTest, FileBasedSpellCheckerTest, DocExpirationUpdateProcessorFactoryTest, TestFiltering, TestRequestStatusCollectionAPI, TestSchemaSimilarityResource, TestHighlightDedupGrouping, DirectSolrSpellCheckerTest, TestReloadAndDeleteDocs, QueryParsingTest, TestCloudManagedSchema, TestFieldTypeResource, TestDefaultStatsCache, TestStandardQParsers, TestSolrDynamicMBean, TestRandomMergePolicy, CopyFieldTest, TestStressUserVersions, SolrIndexConfigTest, ChaosMonkeySafeLeaderTest, MergeStrategyTest, SolrRequestParserTest, TestRTGBase, TestSolrQueryParserDefaultOperatorResource, MinimalSchemaTest, TestDefaultSearchFieldResource, TestTrie, TestLMDirichletSimilarityFactory, OpenExchangeRatesOrgProviderTest, TestAnalyzeInfixSuggestions, ShardRoutingCustomTest, TestDocBasedVersionConstraints, MBeansHandlerTest, SignatureUpdateProcessorFactoryTest, TestAddFieldRealTimeGet, TestSolrCoreProperties, OverseerRolesTest, QueryResultKeyTest, TestMissingGroups, ExitableDirectoryReaderTest, TestFastWriter, InfoHandlerTest, DirectUpdateHandlerOptimizeTest, TermsComponentTest, TestDocSet, TestSolrConfigHandlerCloud, TestSimpleTrackingShardHandler, ReturnFieldsTest, TestCoreDiscovery, TestDistributedSearch, TestFunctionQuery, BasicFunctionalityTest, TestBadConfig, CurrencyFieldOpenExchangeTest, SolrIndexSplitterTest, TestExtendedDismaxParser, TestStressLucene, TestCSVLoader, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest, LukeRequestHandlerTest, TestReversedWildcardFilterFactory, TestQueryTypes, XmlUpdateRequestHandlerTest, DocumentBuilderTest, TestSolrQueryParser, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, UpdateRequestProcessorFactoryTest, JsonLoaderTest, TestPartialUpdateDeduplication, PingRequestHandlerTest, TestLFUCache, UpdateParamsTest, ResponseLogComponentTest, TestMergePolicyConfig, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, TestPhraseSuggestions, TestLMJelinekMercerSimilarityFactory, TestFastOutputStream, ScriptEngineTest, PluginInfoTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DistribJoinFromCollectionTest, ExternalCollectionsTest, HttpPartitionTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, RecoveryAfterSoftCommitTest, ReplicationFactorTest, SharedFSAutoReplicaFailoverUtilsTest, SolrXmlInZkTest, TestDistribDocBasedVersion, TestReplicaProperties, TriLevelCompositeIdRoutingTest, CachingDirectoryFactoryTest, TestInfoStreamLogging, TestInitParams, TestNRTOpen, TestShardHandlerFactory, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=CA19103DA1EA464E -Dtests.slow=true -Dtests.locale=en_PH -Dtests.timezone=Africa/Tripoli -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf\params.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf\params.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J1\temp\solr.core.TestSolrConfigHandler CA19103DA1EA464E-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CA19103DA1EA464E]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:294)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed on J1 in 9.08s, 4 tests, 1 error <<< FAILURES!

[...truncated 219 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 478 suites, 1902 tests, 1 suite-level error, 56 ignored (29 assumptions)

Total time: 61 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-5.x-Windows (64bit/jdk1.7.0_76) - Build # 4510 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4510/
Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.search.facet.TestJsonFacets.testComplex

Error Message:
mismatch: 'accord'!='a' @ facets/makes/buckets/[0]/models/buckets/[1]/val

Stack Trace:
java.lang.RuntimeException: mismatch: 'accord'!='a' @ facets/makes/buckets/[0]/models/buckets/[1]/val
	at __randomizedtesting.SeedInfo.seed([654BB82DFA2376A8:8494BDB1D66D3ACB]:0)
	at org.apache.solr.SolrTestCaseHS.matchJSON(SolrTestCaseHS.java:160)
	at org.apache.solr.SolrTestCaseHS.assertJQ(SolrTestCaseHS.java:142)
	at org.apache.solr.SolrTestCaseHS$Client.testJQ(SolrTestCaseHS.java:288)
	at org.apache.solr.search.facet.TestJsonFacets.testComplex(TestJsonFacets.java:155)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10764 lines...]
   [junit4] Suite: org.apache.solr.search.facet.TestJsonFacets
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001
   [junit4]   2> 3274159 T12030 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 3274161 T12030 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 3274162 T12030 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3274162 T12030 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3274234 T12030 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3274297 T12030 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 3274343 T12030 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3274343 T12030 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema_latest.xml
   [junit4]   2> 3274350 T12030 oass.IndexSchema.readSchema [null] Schema name=example
   [junit4]   2> 3274568 T12030 oass.AbstractSpatialFieldType.init WARN units parameter is deprecated, please use distanceUnits instead for field types with class SpatialRecursivePrefixTreeFieldType
   [junit4]   2> 3274572 T12030 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3274596 T12030 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3274599 T12030 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3274603 T12030 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3274603 T12030 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr
   [junit4]   2> 3274603 T12030 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\'
   [junit4]   2> 3274626 T12030 oasc.CoreContainer.<init> New CoreContainer 969424699
   [junit4]   2> 3274626 T12030 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\]
   [junit4]   2> 3274627 T12030 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib
   [junit4]   2> 3274627 T12030 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\lib).
   [junit4]   2> 3274635 T12030 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 600000
   [junit4]   2> 3274636 T12030 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 3274636 T12030 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 60000
   [junit4]   2> 3274636 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3274636 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3274636 T12030 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3274636 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3274636 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3274638 T12030 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3274638 T12030 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3274638 T12030 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3274638 T12030 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=30000&connTimeout=30000&retry=true
   [junit4]   2> 3274638 T12030 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3274639 T12030 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3274639 T12030 oasc.CoreContainer.load Node Name: testNode
   [junit4]   2> 3274640 T12030 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {schema=schema_latest.xml, loadOnStartup=true, shard=shard1, instanceDir=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, collection=collection1, config=solrconfig-tlog.xml, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001, transient=false, name=collection1}
   [junit4]   2> 3274641 T12031 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\'
   [junit4]   2> 3274642 T12031 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 3274642 T12031 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/core/src/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 3274671 T12031 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3274688 T12031 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 3274726 T12031 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3274728 T12031 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema_latest.xml
   [junit4]   2> 3274735 T12031 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 3274967 T12031 oass.AbstractSpatialFieldType.init WARN units parameter is deprecated, please use distanceUnits instead for field types with class SpatialRecursivePrefixTreeFieldType
   [junit4]   2> 3274975 T12031 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3274986 T12031 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3274992 T12031 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3274997 T12031 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\
   [junit4]   2> 3274997 T12031 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3274997 T12031 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\
   [junit4]   2> 3274998 T12031 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f00a3fb
   [junit4]   2> 3274998 T12031 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\
   [junit4]   2> 3275000 T12031 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\index/
   [junit4]   2> 3275000 T12031 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\index' doesn't exist. Creating new index...
   [junit4]   2> 3275000 T12031 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\index
   [junit4]   2> 3275001 T12031 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.103515625, floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=15.950564743438639, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3275002 T12031 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e10578d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32e4019b),segFN=segments_1,generation=1}
   [junit4]   2> 3275002 T12031 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3275011 T12031 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3275011 T12031 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3275012 T12031 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3275012 T12031 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3275012 T12031 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3275012 T12031 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3275013 T12031 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3275013 T12031 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3275013 T12031 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3275023 T12031 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3275027 T12031 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3275028 T12031 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3275031 T12031 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3275040 T12031 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/admin/properties,/schema,/config,/update,/admin/logging,/get,/admin/system,/admin/mbeans,/admin/ping,/admin/plugins,/replication,/update/json,/admin/segments,/admin/luke,/update/json/docs,standard,/admin/file,/update/csv
   [junit4]   2> 3275041 T12031 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3275042 T12031 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3275042 T12031 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3275043 T12031 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3275043 T12031 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3275045 T12031 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4442400920121491]
   [junit4]   2> 3275045 T12031 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e10578d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32e4019b),segFN=segments_1,generation=1}
   [junit4]   2> 3275045 T12031 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3275046 T12031 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@419e2941[collection1] main
   [junit4]   2> 3275047 T12031 c:collection1 oasr.ManagedResourceStorage.newStorageIO WARN Cannot write to config directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf; switching to use InMemory storage instead.
   [junit4]   2> 3275048 T12031 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 3275048 T12031 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using InMemoryStorage
   [junit4]   2> 3275048 T12031 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3275048 T12031 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3275048 T12031 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3275049 T12032 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@419e2941[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3275051 T12030 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 3275057 T12030 oas.SolrTestCaseJ4.setUp ###Starting testStatsSimple
   [junit4]   2> ASYNC  NEW_CORE C4287 name=collection1 org.apache.solr.core.SolrCore@6af3ea42
   [junit4]   2> 3275059 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:* (-1497333212527984640)} 0 2
   [junit4]   2> 3275065 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1 (1497333212534276096)]} 0 1
   [junit4]   2> 3275067 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2 (1497333212537421824)]} 0 0
   [junit4]   2> 3275068 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3 (1497333212538470400)]} 0 0
   [junit4]   2> 3275071 T12030 C4287 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3275074 T12030 C4287 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e10578d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32e4019b),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e10578d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32e4019b),segFN=segments_2,generation=2}
   [junit4]   2> 3275075 T12030 C4287 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3275076 T12030 C4287 oass.SolrIndexSearcher.<init> Opening Searcher@5a3d5b53[collection1] main
   [junit4]   2> 3275078 T12030 C4287 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3275080 T12032 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5a3d5b53[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C3)))}
   [junit4]   2> 3275080 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 9
   [junit4]   2> 3275083 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4 (1497333212552101888)]} 0 2
   [junit4]   2> 3275085 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[5 (1497333212556296192)]} 0 1
   [junit4]   2> 3275086 T12030 C4287 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3275091 T12030 C4287 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e10578d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32e4019b),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e10578d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32e4019b),segFN=segments_3,generation=3}
   [junit4]   2> 3275091 T12030 C4287 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 3275092 T12030 C4287 oass.SolrIndexSearcher.<init> Opening Searcher@1dd99d5a[collection1] main
   [junit4]   2> 3275092 T12030 C4287 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3275093 T12032 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1dd99d5a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C3) Uninverting(_1(5.2.0):C2)))}
   [junit4]   2> 3275110 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 24
   [junit4]   2> 3275116 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[6 (1497333212584607744)]} 0 4
   [junit4]   2> 3275118 T12030 C4287 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3275121 T12030 C4287 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e10578d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32e4019b),segFN=segments_3,generation=3}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@2e10578d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@32e4019b),segFN=segments_4,generation=4}
   [junit4]   2> 3275122 T12030 C4287 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 4
   [junit4]   2> 3275122 T12030 C4287 oass.SolrIndexSearcher.<init> Opening Searcher@70d7e06d[collection1] main
   [junit4]   2> 3275124 T12030 C4287 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3275124 T12032 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70d7e06d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C3) Uninverting(_1(5.2.0):C2) Uninverting(_2(5.2.0):C1)))}
   [junit4]   2> 3275126 T12030 C4287 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 8
   [junit4]   2> 3275159 T12030 C4287 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&wt=xml&json.facet={x:'sum(num_d)'}&json.facet={y:'min(num_d)'}&rows=0} hits=6 status=0 QTime=32 
   [junit4]   2> 3275168 T12030 C4287 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&wt=xml&json.facet={+++cat:{terms:{field:'cat_s',+method:stream+}},+cat2:{terms:{field:'cat_s',+method:stream,+sort:'index+asc'+}},+cat3:{terms:{field:'cat_s',+method:stream,+mincount:3+}},+cat4:{terms:{field:'cat_s',+method:stream,+prefix:B+}},+cat5:{terms:{field:'cat_s',+method:stream,+offset:1+}}+}&rows=0} hits=6 status=0 QTime=8 
   [junit4]   2> 3275171 T12030 C4287 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&wt=xml&json.facet={+++cat:{terms:{field:'cat_s',+sort:'index+asc',+facet:{where:{terms:{field:where_s,method:stream}}}+++}}}&rows=0} hits=6 status=0 QTime=2 
   [junit4]   2> 3275172 T12030 C4287 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&wt=xml&json.facet={+++cat:{terms:{field:'cat_s',+method:stream,+facet:{where:{terms:{field:where_s,method:stream}}}+++}}}&rows=0} hits=6 status=0 QTime=0 
   [junit4]   2> 3275181 T12030 C4287 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&wt=xml&json.facet={+++cat:{terms:{field:'cat_s',+method:stream,+facet:{++where:{terms:{field:where_s,method:stream,+facet:{x:'max(num_d)'}+++++}}}+++}}}&rows=0} hits=6 status=0 QTime=8 
   [junit4]   2> 3275183 T12030 C4287 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&q=*:*&wt=xml&json.facet={+++cat:{terms:{field:'cat_s',+method:stream,+facet:{+y:'min(num_d)',++where:{terms:{field:where_s,method:stream,+facet:{x:'max(num_d)'}+++++}}}+++}}}&rows=0} hits=6 status=0 QTime=0 
   [junit4]   2> 3275187 T12030 C4287 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&wt=xml&fq=cat_s:A} hits=2 status=0 QTime=1 
   [junit4]   2> 3275188 T12030 oas.SolrTestCaseJ4.tearDown ###Ending testStatsSimple
   [junit4]   2> 3275192 T12030 oas.SolrTestCaseJ4.setUp ###Starting testDistrib
   [junit4]   2> 3275228 T12030 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3275233 T12030 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56297
   [junit4]   2> 3275234 T12030 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, schema=schema_latest.xml, solrconfig=solrconfig-tlog.xml, hostPort=56297}
   [junit4]   2> 3275235 T12030 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@7f423820
   [junit4]   2> 3275235 T12030 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\'
   [junit4]   2> 3275287 T12030 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\solr.xml
   [junit4]   2> 3275329 T12030 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.
   [junit4]   2> 3275330 T12030 oasc.CoreContainer.<init> New CoreContainer 1791030322
   [junit4]   2> 3275330 T12030 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\]
   [junit4]   2> 3275331 T12030 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\lib
   [junit4]   2> 3275331 T12030 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\lib).
   [junit4]   2> 3275343 T12030 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3275345 T12030 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3275345 T12030 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3275345 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3275345 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3275345 T12030 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3275345 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3275346 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3275346 T12030 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3275346 T12030 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3275347 T12030 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3275347 T12030 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3275347 T12030 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3275347 T12030 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3275348 T12030 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3275349 T12030 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.
   [junit4]   2> 3275354 T12030 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {loadOnStartup=true, name=collection1, transient=false, config=solrconfig-tlog.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1, dataDir=data\, schema=schema_latest.xml}
   [junit4]   2> 3275354 T12030 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\
   [junit4]   2> 3275355 T12030 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3275355 T12043 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\'
   [junit4]   2> 3275393 T12043 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3275434 T12043 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 3275470 T12043 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3275470 T12043 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\conf\schema_latest.xml
   [junit4]   2> 3275476 T12043 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 3275652 T12043 oass.AbstractSpatialFieldType.init WARN units parameter is deprecated, please use distanceUnits instead for field types with class SpatialRecursivePrefixTreeFieldType
   [junit4]   2> 3275657 T12043 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3275666 T12043 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3275670 T12043 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3275674 T12043 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\
   [junit4]   2> 3275675 T12043 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3275675 T12043 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\data\
   [junit4]   2> 3275675 T12043 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f00a3fb
   [junit4]   2> 3275676 T12043 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\data\
   [junit4]   2> 3275676 T12043 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\data\index/
   [junit4]   2> 3275676 T12043 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3275677 T12043 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\data\index
   [junit4]   2> 3275677 T12043 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.103515625, floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=15.950564743438639, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3275677 T12043 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@709824e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@149d27e),segFN=segments_1,generation=1}
   [junit4]   2> 3275678 T12043 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3275685 T12043 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3275686 T12043 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3275686 T12043 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3275686 T12043 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3275687 T12043 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3275687 T12043 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3275687 T12043 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3275687 T12043 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3275687 T12043 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3275695 T12043 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3275699 T12043 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3275701 T12043 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3275703 T12043 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3275713 T12043 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/admin/properties,/schema,/config,/update,/admin/logging,/get,/admin/system,/admin/mbeans,/admin/ping,/admin/plugins,/replication,/update/json,/admin/segments,/admin/luke,/update/json/docs,standard,/admin/file,/update/csv
   [junit4]   2> 3275714 T12043 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3275717 T12043 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3275717 T12043 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3275718 T12043 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3275718 T12043 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3275719 T12043 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4442400920121491]
   [junit4]   2> 3275720 T12043 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@709824e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@149d27e),segFN=segments_1,generation=1}
   [junit4]   2> 3275720 T12043 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3275720 T12043 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@3d036a51[collection1] main
   [junit4]   2> 3275720 T12043 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\conf
   [junit4]   2> 3275721 T12043 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\conf}
   [junit4]   2> 3275721 T12043 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001\.\collection1\conf
   [junit4]   2> 3275721 T12043 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3275721 T12043 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3275722 T12043 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3275722 T12044 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3d036a51[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3276022 T12030 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3276024 T12030 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3276024 T12030 oas.SolrTestCaseHS$SolrInstance.start ===> Started solr server port=56297 home=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s0-001
   [junit4]   2> 3276062 T12030 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3276076 T12030 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56300
   [junit4]   2> 3276077 T12030 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {schema=schema_latest.xml, hostContext=/solr, hostPort=56300, solrconfig=solrconfig-tlog.xml}
   [junit4]   2> 3276077 T12030 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@7f423820
   [junit4]   2> 3276078 T12030 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\'
   [junit4]   2> 3276134 T12030 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\solr.xml
   [junit4]   2> 3276175 T12030 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.
   [junit4]   2> 3276176 T12030 oasc.CoreContainer.<init> New CoreContainer 1996554113
   [junit4]   2> 3276176 T12030 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\]
   [junit4]   2> 3276177 T12030 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\lib
   [junit4]   2> 3276179 T12030 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\lib).
   [junit4]   2> 3276195 T12030 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3276234 T12030 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3276236 T12030 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3276236 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3276237 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3276237 T12030 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3276237 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3276238 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3276238 T12030 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3276238 T12030 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3276238 T12030 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3276239 T12030 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3276239 T12030 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3276241 T12030 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3276241 T12030 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3276248 T12030 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.
   [junit4]   2> 3276252 T12030 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {dataDir=data\, name=collection1, transient=false, loadOnStartup=true, config=solrconfig-tlog.xml, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\, schema=schema_latest.xml, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1}
   [junit4]   2> 3276253 T12030 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\
   [junit4]   2> 3276253 T12030 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3276255 T12055 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\'
   [junit4]   2> 3276306 T12055 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3276336 T12055 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 3276404 T12055 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3276407 T12055 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\conf\schema_latest.xml
   [junit4]   2> 3276418 T12055 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 3276654 T12055 oass.AbstractSpatialFieldType.init WARN units parameter is deprecated, please use distanceUnits instead for field types with class SpatialRecursivePrefixTreeFieldType
   [junit4]   2> 3276659 T12055 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3276669 T12055 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3276672 T12055 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3276675 T12055 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\
   [junit4]   2> 3276676 T12055 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3276676 T12055 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\data\
   [junit4]   2> 3276676 T12055 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f00a3fb
   [junit4]   2> 3276706 T12055 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\data\
   [junit4]   2> 3276719 T12055 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\data\index/
   [junit4]   2> 3276719 T12055 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3276721 T12055 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\data\index
   [junit4]   2> 3276721 T12055 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.103515625, floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=15.950564743438639, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3276722 T12055 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1165426b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eeb87b9),segFN=segments_1,generation=1}
   [junit4]   2> 3276722 T12055 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3276732 T12055 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3276732 T12055 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3276732 T12055 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3276732 T12055 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3276733 T12055 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3276733 T12055 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3276733 T12055 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3276733 T12055 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3276734 T12055 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3276740 T12055 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3276773 T12055 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3276812 T12055 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3276816 T12055 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3276827 T12055 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/admin/properties,/schema,/config,/update,/admin/logging,/get,/admin/system,/admin/mbeans,/admin/ping,/admin/plugins,/replication,/update/json,/admin/segments,/admin/luke,/update/json/docs,standard,/admin/file,/update/csv
   [junit4]   2> 3276830 T12055 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3276833 T12055 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3276833 T12055 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3276836 T12055 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3276836 T12055 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3276837 T12055 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4442400920121491]
   [junit4]   2> 3276837 T12055 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1165426b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eeb87b9),segFN=segments_1,generation=1}
   [junit4]   2> 3276838 T12055 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3276838 T12055 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@45adf88f[collection1] main
   [junit4]   2> 3276840 T12055 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\conf
   [junit4]   2> 3276840 T12055 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\conf}
   [junit4]   2> 3276840 T12055 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001\.\collection1\conf
   [junit4]   2> 3276841 T12055 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3276841 T12055 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3276841 T12055 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3276851 T12030 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3276851 T12030 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3276852 T12030 oas.SolrTestCaseHS$SolrInstance.start ===> Started solr server port=56300 home=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s1-001
   [junit4]   2> 3276855 T12056 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@45adf88f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3276887 T12030 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3276918 T12030 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56303
   [junit4]   2> 3276919 T12030 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {schema=schema_latest.xml, hostPort=56303, solrconfig=solrconfig-tlog.xml, hostContext=/solr}
   [junit4]   2> 3276919 T12030 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@7f423820
   [junit4]   2> 3276919 T12030 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\'
   [junit4]   2> 3276961 T12030 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\solr.xml
   [junit4]   2> 3276992 T12030 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.
   [junit4]   2> 3276992 T12030 oasc.CoreContainer.<init> New CoreContainer 91230310
   [junit4]   2> 3276992 T12030 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\]
   [junit4]   2> 3276993 T12030 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\lib
   [junit4]   2> 3276993 T12030 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\lib).
   [junit4]   2> 3277051 T12030 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3277051 T12030 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 3277052 T12030 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3277052 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3277052 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 3277053 T12030 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3277053 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3277053 T12030 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3277054 T12030 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3277054 T12030 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3277054 T12030 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 3277056 T12030 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 3277056 T12030 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3277057 T12030 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3277057 T12030 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 3277068 T12030 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.
   [junit4]   2> 3277072 T12030 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {config=solrconfig-tlog.xml, dataDir=data\, name=collection1, schema=schema_latest.xml, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\, transient=false, loadOnStartup=true}
   [junit4]   2> 3277073 T12030 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\
   [junit4]   2> 3277075 T12030 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 3277080 T12067 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\'
   [junit4]   2> 3277134 T12067 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 3277167 T12067 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.2.0
   [junit4]   2> 3277228 T12067 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-tlog.xml
   [junit4]   2> 3277229 T12067 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\conf\schema_latest.xml
   [junit4]   2> 3277242 T12067 oass.IndexSchema.readSchema [collection1] Schema name=example
   [junit4]   2> 3277533 T12067 oass.AbstractSpatialFieldType.init WARN units parameter is deprecated, please use distanceUnits instead for field types with class SpatialRecursivePrefixTreeFieldType
   [junit4]   2> 3277539 T12067 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3277552 T12067 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3277555 T12067 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3277559 T12067 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from instancedir C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\
   [junit4]   2> 3277560 T12067 c:collection1 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3277562 T12067 c:collection1 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\data\
   [junit4]   2> 3277562 T12067 c:collection1 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5f00a3fb
   [junit4]   2> 3277563 T12067 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\data\
   [junit4]   2> 3277563 T12067 c:collection1 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\data\index/
   [junit4]   2> 3277563 T12067 c:collection1 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 3277563 T12067 c:collection1 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\data\index
   [junit4]   2> 3277564 T12067 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=13, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=64.103515625, floorSegmentMB=1.78125, forceMergeDeletesPctAllowed=15.950564743438639, segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 3277580 T12067 c:collection1 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@412778aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6630251),segFN=segments_1,generation=1}
   [junit4]   2> 3277581 T12067 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3277599 T12067 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3277600 T12067 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3277600 T12067 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3277600 T12067 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3277600 T12067 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3277601 T12067 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3277601 T12067 c:collection1 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3277601 T12067 c:collection1 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3277601 T12067 c:collection1 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3277612 T12067 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3277617 T12067 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3277621 T12067 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3277626 T12067 c:collection1 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3277639 T12067 c:collection1 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/threads,/admin/properties,/schema,/config,/update,/admin/logging,/get,/admin/system,/admin/mbeans,/admin/ping,/admin/plugins,/replication,/update/json,/admin/segments,/admin/luke,/update/json/docs,standard,/admin/file,/update/csv
   [junit4]   2> 3277641 T12067 c:collection1 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 3277645 T12067 c:collection1 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 3277645 T12067 c:collection1 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 3277647 T12067 c:collection1 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3277647 T12067 c:collection1 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3277650 T12067 c:collection1 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=12, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4442400920121491]
   [junit4]   2> 3277650 T12067 c:collection1 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@412778aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6630251),segFN=segments_1,generation=1}
   [junit4]   2> 3277651 T12067 c:collection1 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3277651 T12067 c:collection1 oass.SolrIndexSearcher.<init> Opening Searcher@6502f66f[collection1] main
   [junit4]   2> 3277651 T12067 c:collection1 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\conf
   [junit4]   2> 3277652 T12067 c:collection1 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\conf}
   [junit4]   2> 3277652 T12067 c:collection1 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\conf
   [junit4]   2> 3277652 T12067 c:collection1 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 3277653 T12067 c:collection1 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 3277655 T12067 c:collection1 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3277656 T12030 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 3277656 T12030 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3277657 T12068 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6502f66f[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 3277657 T12030 oas.SolrTestCaseHS$SolrInstance.start ===> Started solr server port=56303 home=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001
   [junit4]   2> ASYNC  NEW_CORE C4288 name=collection1 org.apache.solr.core.SolrCore@1ac5ced0
   [junit4]   2> 3277667 T12037 c:collection1 C4288 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1497333215258476544)} 0 5
   [junit4]   2> ASYNC  NEW_CORE C4289 name=collection1 org.apache.solr.core.SolrCore@231383f1
   [junit4]   2> 3277677 T12052 c:collection1 C4289 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1497333215268962304)} 0 5
   [junit4]   2> ASYNC  NEW_CORE C4290 name=collection1 org.apache.solr.core.SolrCore@2730172d
   [junit4]   2> 3277686 T12059 c:collection1 C4290 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {deleteByQuery=*:* (-1497333215279448064)} 0 4
   [junit4]   2> 3277697 T12064 c:collection1 C4290 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[1 (1497333215286788096)]} 0 8
   [junit4]   2> 3277703 T12061 c:collection1 C4290 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[2 (1497333215300419584)]} 0 1
   [junit4]   2> 3277709 T12038 c:collection1 C4288 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[3 (1497333215307759616)]} 0 1
   [junit4]   2> 3277714 T12039 c:collection1 C4288 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277719 T12039 c:collection1 C4288 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@709824e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@149d27e),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@709824e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@149d27e),segFN=segments_2,generation=2}
   [junit4]   2> 3277728 T12039 c:collection1 C4288 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3277732 T12039 c:collection1 C4288 oass.SolrIndexSearcher.<init> Opening Searcher@4f342389[collection1] main
   [junit4]   2> 3277734 T12039 c:collection1 C4288 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277735 T12044 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4f342389[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 3277736 T12039 c:collection1 C4288 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 22
   [junit4]   2> 3277740 T12051 c:collection1 C4289 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277741 T12051 c:collection1 C4289 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3277743 T12051 c:collection1 C4289 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 3277743 T12051 c:collection1 C4289 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277744 T12051 c:collection1 C4289 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 4
   [junit4]   2> 3277748 T12066 c:collection1 C4290 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277753 T12066 c:collection1 C4290 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@412778aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6630251),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@412778aa lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6630251),segFN=segments_2,generation=2}
   [junit4]   2> 3277754 T12066 c:collection1 C4290 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3277758 T12066 c:collection1 C4290 oass.SolrIndexSearcher.<init> Opening Searcher@3be0f36[collection1] main
   [junit4]   2> 3277758 T12066 c:collection1 C4290 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277760 T12068 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3be0f36[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C2)))}
   [junit4]   2> 3277761 T12066 c:collection1 C4290 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 13
   [junit4]   2> 3277770 T12042 c:collection1 C4288 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[4 (1497333215367528448)]} 0 5
   [junit4]   2> 3277785 T12054 c:collection1 C4289 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[5 (1497333215383257088)]} 0 5
   [junit4]   2> 3277789 T12041 c:collection1 C4288 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277801 T12041 c:collection1 C4288 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@709824e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@149d27e),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@709824e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@149d27e),segFN=segments_3,generation=3}
   [junit4]   2> 3277802 T12041 c:collection1 C4288 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 3277805 T12041 c:collection1 C4288 oass.SolrIndexSearcher.<init> Opening Searcher@754fea3[collection1] main
   [junit4]   2> 3277806 T12041 c:collection1 C4288 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277807 T12044 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@754fea3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1) Uninverting(_1(5.2.0):C1)))}
   [junit4]   2> 3277807 T12041 c:collection1 C4288 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 18
   [junit4]   2> 3277811 T12050 c:collection1 C4289 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277816 T12050 c:collection1 C4289 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1165426b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eeb87b9),segFN=segments_1,generation=1}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1165426b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eeb87b9),segFN=segments_2,generation=2}
   [junit4]   2> 3277817 T12050 c:collection1 C4289 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 2
   [junit4]   2> 3277822 T12050 c:collection1 C4289 oass.SolrIndexSearcher.<init> Opening Searcher@683ee200[collection1] main
   [junit4]   2> 3277822 T12050 c:collection1 C4289 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277823 T12056 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@683ee200[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1)))}
   [junit4]   2> 3277825 T12050 c:collection1 C4289 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 14
   [junit4]   2> 3277827 T12063 c:collection1 C4290 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277830 T12063 c:collection1 C4290 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3277831 T12063 c:collection1 C4290 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 3277831 T12063 c:collection1 C4290 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277831 T12063 c:collection1 C4290 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 4
   [junit4]   2> 3277841 T12047 c:collection1 C4289 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={wt=javabin&version=2} {add=[6 (1497333215440928768)]} 0 7
   [junit4]   2> 3277844 T12037 c:collection1 C4288 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277844 T12037 c:collection1 C4288 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3277846 T12037 c:collection1 C4288 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 3277846 T12037 c:collection1 C4288 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277846 T12037 c:collection1 C4288 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 2
   [junit4]   2> 3277851 T12052 c:collection1 C4289 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277858 T12052 c:collection1 C4289 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1165426b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eeb87b9),segFN=segments_2,generation=2}
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@1165426b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@eeb87b9),segFN=segments_3,generation=3}
   [junit4]   2> 3277858 T12052 c:collection1 C4289 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 3
   [junit4]   2> 3277859 T12052 c:collection1 C4289 oass.SolrIndexSearcher.<init> Opening Searcher@6264afa0[collection1] main
   [junit4]   2> 3277859 T12052 c:collection1 C4289 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277861 T12056 c:collection1 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6264afa0[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(5.2.0):C1) Uninverting(_1(5.2.0):C1)))}
   [junit4]   2> 3277861 T12052 c:collection1 C4289 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 10
   [junit4]   2> 3277864 T12059 c:collection1 C4290 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 3277864 T12059 c:collection1 C4290 oasu.DirectUpdateHandler2.commit No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 3277865 T12059 c:collection1 C4290 oasc.SolrCore.openNewSearcher SolrIndexSearcher has not changed - not re-opening: org.apache.solr.search.SolrIndexSearcher
   [junit4]   2> 3277865 T12059 c:collection1 C4290 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 3277865 T12059 c:collection1 C4290 oasup.LogUpdateProcessor.finish [collection1] webapp=/solr path=/update params={waitSearcher=true&softCommit=false&wt=javabin&version=2&commit=true} {commit=} 0 1
   [junit4]   2> 3277884 T12038 c:collection1 C4288 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={isShard=true&super_s=super_s&NOW=1427968230702&sparse_s=sparse_s&json.facet={catA:{query:{q:'cat_s:A'}},++catA2:{query:{query:'cat_s:A'}},++catA3:{query:'cat_s:A'}++++}&_facet_={}&fl=id&fl=score&version=2&noexist=noexist_s&fsv=true&cat_s=cat_s&start=0&num_d=num_d&multi_ss=multi_ss&q=*:*&wt=javabin&shard.url=127.0.0.1:56297/solr/collection1&val_b=val_b&shards.purpose=1048580&num_i=num_i&where_s=where_s&rows=0&distrib=false} hits=2 status=0 QTime=1 
   [junit4]   2> 3277887 T12064 c:collection1 C4290 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={isShard=true&super_s=super_s&NOW=1427968230702&sparse_s=sparse_s&json.facet={catA:{query:{q:'cat_s:A'}},++catA2:{query:{query:'cat_s:A'}},++catA3:{query:'cat_s:A'}++++}&_facet_={}&fl=id&fl=score&version=2&noexist=noexist_s&fsv=true&cat_s=cat_s&start=0&num_d=num_d&multi_ss=multi_ss&q=*:*&wt=javabin&shard.url=127.0.0.1:56303/solr/collection1&val_b=val_b&shards.purpose=1048580&num_i=num_i&where_s=where_s&rows=0&distrib=false} hits=2 status=0 QTime=2 
   [junit4]   2> 3277888 T12054 c:collection1 C4289 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={isShard=true&super_s=super_s&NOW=1427968230702&sparse_s=sparse_s&json.facet={catA:{query:{q:'cat_s:A'}},++catA2:{query:{query:'cat_s:A'}},++catA3:{query:'cat_s:A'}++++}&_facet_={}&fl=id&fl=score&version=2&noexist=noexist_s&fsv=true&cat_s=cat_s&start=0&num_d=num_d&multi_ss=multi_ss&q=*:*&wt=javabin&shard.url=127.0.0.1:56300/solr/collection1&val_b=val_b&shards.purpose=1048580&num_i=num_i&where_s=where_s&rows=0&distrib=false} hits=2 status=0 QTime=0 
   [junit4]   2> 3277889 T12051 c:collection1 C4289 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={super_s=super_s&indent=true&shards=127.0.0.1:56297/solr/collection1,127.0.0.1:56300/solr/collection1,127.0.0.1:56303/solr/collection1&sparse_s=sparse_s&json.facet={catA:{query:{q:'${cat_s}:A'}},++catA2:{query:{query:'${cat_s}:A'}},++catA3:{query:'${cat_s}:A'}++++}&version=2.2&noexist=noexist_s&cat_s=cat_s&num_d=num_d&multi_ss=multi_ss&q=*:*&wt=json&val_b=val_b&num_i=num_i&rows=0&where_s=where_s} hits=6 status=0 QTime=19 
   [junit4]   2> 3277903 T12040 c:collection1 C4288 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={isShard=true&super_s=super_s&NOW=1427968230730&sparse_s=sparse_s&json.facet={+catB:{query:{q:'cat_s:B',+facet:{nj:{query:'where_s:NJ'},+ny:{query:'where_s:NY'}}+}}}&_facet_={}&fl=id&fl=score&version=2&noexist=noexist_s&fsv=true&cat_s=cat_s&start=0&num_d=num_d&multi_ss=multi_ss&q=*:*&wt=javabin&shard.url=127.0.0.1:56297/solr/collection1&val_b=val_b&shards.purpose=1048580&num_i=num_i&where_s=where_s&rows=0&distrib=false} hits=2 status=0 QTime=2 
   [junit4]   2> 3277903 T12047 c:collection1 C4289 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={isShard=true&super_s=super_s&NOW=1427968230730&sparse_s=sparse_s&json.facet={+catB:{query:{q:'cat_s:B',+facet:{nj:{query:'where_s:NJ'},+ny:{query:'where_s:NY'}}+}}}&_facet_={}&fl=id&fl=score&version=2&noexist=noexist_s&fsv=true&cat_s=cat_s&start=0&num_d=num_d&multi_ss=multi_ss&q=*:*&wt=javabin&shard.url=127.0.0.1:56300/solr/collection1&val_b=val_b&shards.purpose=1048580&num_i=num_i&where_s=where_s&rows=0&distrib=false} hits=2 status=0 QTime=2 
   [junit4]   2> 3277905 T12061 c:collection1 C4290 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={isShard=true&super_s=super_s&NOW=1427968230730&sparse_s=sparse_s&json.facet={+catB:{query:{q:'cat_s:B',+facet:{nj:{query:'where_s:NJ'},+ny:{query:'where_s:NY'}}+}}}&_facet_={}&fl=id&fl=score&version=2&noexist=noexist_s&fsv=true&cat_s=cat_s&start=0&num_d=num_d&multi_ss=multi_ss&q=*:*&wt=javabin&shard.url=127.0.0.1:56303/solr/collection1&val_b=val_b&shards.purpose=1048580&num_i=num_i&where_s=where_s&rows=0&distrib=false} hits=2 status=0 QTime=0 
   [junit4]   2> 3277906 T12053 c:collection1 C4289 oasc.SolrCore.execute [collection1] webapp=/solr path=/select params={super_s=super_s&indent=true&shards=127.0.0.1:56297/solr/collection1,127.0.0.1:56300/solr/collection1,127.0.0.1:56303/solr/collection1&sparse_s=sparse_s&json.facet={+catB:{query:{q:'${cat_s}:B',+facet:{nj:{qu

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

Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\s2-001\.\collection1\data\index
   [junit4]   2> 3281011 T12030 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 3281237 T12030 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 3281237 T12030 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=969424699
   [junit4]   2> 3281238 T12030 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6af3ea42
   [junit4]   2> 3281238 T12030 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=16,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=129,cumulative_deletesById=0,cumulative_deletesByQuery=4,cumulative_errors=0,transaction_logs_total_size=5421,transaction_logs_total_number=6}
   [junit4]   2> 3281239 T12030 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 3281239 T12030 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 3281239 T12030 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 3281241 T12030 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 3281243 T12030 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 3281243 T12030 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\index;done=false>>]
   [junit4]   2> 3281243 T12030 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\index
   [junit4]   2> 3281243 T12030 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\;done=false>>]
   [junit4]   2> 3281244 T12030 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001\init-core-data-001\
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.search.facet.TestJsonFacets 654BB82DFA2376A8-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50): {super_s=Lucene50(blocksize=128), make_s=PostingsFormat(name=Direct), model_s=Lucene50(blocksize=128), super_ss=PostingsFormat(name=MockRandom), sparse_s=PostingsFormat(name=MockRandom), sparse_ss=Lucene50(blocksize=128), where_ss=PostingsFormat(name=MockRandom), _version_=PostingsFormat(name=Direct), cat_s=PostingsFormat(name=Direct), num_d=FST50, multi_ss=PostingsFormat(name=Direct), val_b=PostingsFormat(name=MockRandom), cat_ss=FST50, cost_f=PostingsFormat(name=MockRandom), num_i=PostingsFormat(name=MockRandom), id=FST50, where_s=FST50}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=zh_CN, timezone=America/Fortaleza
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_76 (64-bit)/cpus=3,threads=1,free=192427640,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [HighlighterMaxOffsetTest, TestOrdValues, TestComponentsName, TestDocBasedVersionConstraints, TestPhraseSuggestions, TestJettySolrRunner, TestSchemaResource, TestLFUCache, TestHighFrequencyDictionaryFactory, TestImplicitCoreProperties, PrimUtilsTest, FacetPivotSmallTest, TestOverriddenPrefixQueryForCustomFieldType, TestJsonRequest, CustomCollectionTest, TestChildDocTransformer, AnalyticsMergeStrategyTest, TestFunctionQuery, LeaderInitiatedRecoveryOnCommitTest, TestAtomicUpdateErrorCases, AsyncMigrateRouteKeyTest, TestCloudManagedSchemaConcurrent, TestGroupingSearch, DocValuesMultiTest, ChangedSchemaMergeTest, SimpleCollectionCreateDeleteTest, OverseerTest, ShardSplitTest, ReplicationFactorTest, BJQParserTest, CursorMarkTest, TestLazyCores, TestAnalyzeInfixSuggestions, TestHashPartitioner, ExternalCollectionsTest, HttpPartitionTest, TestSort, JSONWriterTest, ZkControllerTest, NumericFieldsTest, TestWriterPerf, DeleteReplicaTest, TestCSVLoader, TestExtendedDismaxParser, TestRecoveryHdfs, TestCoreContainer, DistributedSpellCheckComponentTest, PeerSyncTest, DistribCursorPagingTest, TestManagedSchemaFieldResource, ChaosMonkeyNothingIsSafeTest, AnalysisErrorHandlingTest, TestCollationField, AliasIntegrationTest, ClusterStateUpdateTest, TestStressLucene, TestQueryUtils, CursorPagingTest, TestBinaryResponseWriter, TestAddFieldRealTimeGet, TestReplicationHandler, TestShortCircuitedRequests, DistributedFacetPivotLargeTest, TestXIncludeConfig, TestBinaryField, AlternateDirectoryTest, AddSchemaFieldsUpdateProcessorFactoryTest, MigrateRouteKeyTest, SharedFSAutoReplicaFailoverTest, TestFieldSortValues, SliceStateTest, RequestHandlersTest, SolrTestCaseJ4Test, TestJmxMonitoredMap, TestRestManager, TestPostingsSolrHighlighter, SolrCoreTest, TestHighlightDedupGrouping, UniqFieldsUpdateProcessorFactoryTest, SuggesterWFSTTest, BlockCacheTest, SuggesterFSTTest, TestFaceting, DateRangeFieldTest, DOMUtilTest, TestCollapseQParserPlugin, TestManagedResourceStorage, ParsingFieldUpdateProcessorsTest, SoftAutoCommitTest, TestConfigSets, DistribDocExpirationUpdateProcessorTest, TestInfoStreamLogging, UUIDFieldTest, TestTolerantSearch, LukeRequestHandlerTest, TestDistributedSearch, TestJmxIntegration, TestFastLRUCache, TestIndexSearcher, TestSolrXml, TestSolrConfigHandlerConcurrent, ClusterStateTest, SolrIndexSplitterTest, TestArbitraryIndexDir, TestSolrIndexConfig, RankQueryTest, ResponseLogComponentTest, RecoveryZkTest, DistributedSuggestComponentTest, RequiredFieldsTest, ConnectionManagerTest, CoreAdminHandlerTest, DistributedQueryElevationComponentTest, TestSurroundQueryParser, ResponseHeaderTest, PluginInfoTest, DateMathParserTest, PreAnalyzedFieldTest, TestSystemIdResolver, RAMDirectoryFactoryTest, TestUtils, SystemInfoHandlerTest, FileUtilsTest, DistributedMLTComponentTest, TestEmbeddedSolrServerConstructors, ActionThrottleTest, CollectionsAPIAsyncDistributedZkTest, DistribJoinFromCollectionTest, MultiThreadedOCPTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, RecoveryAfterSoftCommitTest, SaslZkACLProviderTest, TestCloudPivotFacet, TestDistribDocBasedVersion, TestRebalanceLeaders, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsSyncSliceTest, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, TestClusterStateMutator, ZkStateWriterTest, CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, TestConfigOverlay, TestReloadAndDeleteDocs, RequestLoggingTest, TestBlobHandler, CoreAdminCreateDiscoverTest, InfoHandlerTest, SegmentsInfoRequestHandlerTest, DistributedDebugComponentTest, DistributedExpandComponentTest, DistributedQueryComponentOptimizationTest, SpatialHeatmapFacetsTest, TestExpandComponent, TestPivotHelperCode, TestMacros, TestRawResponseWriter, TestSortingResponseWriter, TestBulkSchemaAPI, TestClassNameShortening, TestDefaultSearchFieldResource, TestDynamicFieldResource, TestFieldTypeCollectionResource, TestManagedSchemaFieldTypeResource, TestSchemaNameResource, TestSchemaVersionResource, TestSolrQueryParserDefaultOperatorResource, TestUniqueKeyFieldResource, TestManagedSynonymFilterFactory, BadCopyFieldTest, DocValuesMissingTest, TestBulkSchemaConcurrent, AnalyticsQueryTest, TestMissingGroups, TestJsonFacets]
   [junit4] Completed on J0 in 7.12s, 4 tests, 1 error <<< FAILURES!

[...truncated 76 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:529: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:477: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:509: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1370: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:976: There were test failures: 478 suites, 1902 tests, 1 error, 56 ignored (29 assumptions)

Total time: 74 minutes 3 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.7.0_76 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any