Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Windows/4303/
Java: 32bit/jdk1.7.0_72 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch

Error Message:
org.apache.http.NoHttpResponseException: The target server failed to respond

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: 
org.apache.http.NoHttpResponseException: The target server failed to respond
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:871)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:736)
        at 
org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:276)
        at 
org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:123)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:868)
        at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
        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:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        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 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        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:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        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 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        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: org.apache.http.NoHttpResponseException: The target server failed to 
respond
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:143)
        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:464)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:214)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:210)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:353)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:312)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:552)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient$2.call(CloudSolrClient.java:549)
        at java.util.concurrent.FutureTask.run(FutureTask.java:262)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        ... 1 more




Build Log:
[...truncated 10068 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\init-core-data-001
   [junit4]   2> 4554365 T16593 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 4554369 T16593 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 4554371 T16593 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4554373 T16594 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 4554466 T16593 oasc.ZkTestServer.run start zk server on 
port:64701
   [junit4]   2> 4554466 T16593 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4554469 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4554475 T16601 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@ad4b94 name:ZooKeeperConnection 
Watcher:127.0.0.1:64701 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4554475 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4554475 T16593 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4554475 T16593 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 4554482 T16593 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4554485 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4554491 T16604 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@13192cf name:ZooKeeperConnection 
Watcher:127.0.0.1:64701/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4554491 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4554491 T16593 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4554491 T16593 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 4554495 T16593 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 4554502 T16593 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 4554508 T16593 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 4554513 T16593 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> 4554514 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 4554520 T16593 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 4554520 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 4554525 T16593 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> 4554526 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 4554530 T16593 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> 4554530 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 4554535 T16593 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> 4554536 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 4554539 T16593 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> 4554539 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 4554544 T16593 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> 4554545 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 4554549 T16593 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> 4554549 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 4554553 T16593 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> 4554554 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 4554563 T16593 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> 4554563 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 4554568 T16593 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> 4554568 T16593 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 4556200 T16593 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4556207 T16593 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:64709
   [junit4]   2> 4556207 T16593 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@187b360
   [junit4]   2> 4556207 T16593 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4556210 T16593 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-002
   [junit4]   2> 4556210 T16593 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-002\'
   [junit4]   2> 4556262 T16593 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-002\solr.xml
   [junit4]   2> 4556344 T16593 oasc.CoreContainer.<init> New CoreContainer 
27841373
   [junit4]   2> 4556344 T16593 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-002\]
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4556347 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4556350 T16593 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4556350 T16593 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4556350 T16593 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4556350 T16593 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4556350 T16593 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64701/solr
   [junit4]   2> 4556350 T16593 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4556350 T16593 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4556353 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4556356 T16616 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@19be045 name:ZooKeeperConnection 
Watcher:127.0.0.1:64701 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4556356 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4556356 T16593 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4556360 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4556363 T16619 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@4a04c5 name:ZooKeeperConnection 
Watcher:127.0.0.1:64701/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4556364 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4556366 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 4556371 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 4556377 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 4556382 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 4556387 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 4556392 T16593 oascc.SolrZkClient.makePath makePath: 
/live_nodes
   [junit4]   2> 4556396 T16593 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64708_
   [junit4]   2> 4556397 T16593 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64708_
   [junit4]   2> 4556402 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 4556406 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 4556409 T16593 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4556412 T16593 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:64708_
   [junit4]   2> 4556412 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 4556417 T16593 oasc.Overseer.start Overseer 
(id=93121441522384899-127.0.0.1:64708_-n_0000000000) starting
   [junit4]   2> 4556424 T16593 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 4556441 T16593 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 4556444 T16621 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 4556446 T16593 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 4556450 T16593 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 4556454 T16593 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4556462 T16620 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 4556469 T16623 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 4556469 T16623 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4556471 T16619 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4556471 T16623 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4556477 T16620 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64708_",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:64708";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"} current state version: 0
   [junit4]   2> 4556479 T16620 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64708_",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "base_url":"http://127.0.0.1:64708";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 4556479 T16620 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 4556479 T16620 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 4556481 T16619 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> 4557399 T16623 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4557399 T16623 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 4557400 T16623 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4557401 T16623 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4557403 T16623 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4557403 T16623 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-002\collection1\'
   [junit4]   2> 4557404 T16623 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4557407 T16623 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4557407 T16623 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 4557437 T16623 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4557443 T16623 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4557456 T16623 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4557476 T16623 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 4557519 T16623 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4557520 T16623 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4557528 T16623 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4557897 T16623 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4557905 T16623 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4557908 T16623 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4557926 T16623 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4557931 T16623 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4557936 T16623 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4557938 T16623 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4557939 T16623 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4557939 T16623 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4557941 T16623 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4557941 T16623 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4557941 T16623 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 4557941 T16623 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4557941 T16623 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-002\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/control/data\
   [junit4]   2> 4557942 T16623 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@eb63c1
   [junit4]   2> 4557943 T16623 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/control/data\
   [junit4]   2> 4557943 T16623 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/control/data\index/
   [junit4]   2> 4557943 T16623 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001\control\data\index' doesn't exist. Creating 
new index...
   [junit4]   2> 4557944 T16623 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/control/data\index
   [junit4]   2> 4557944 T16623 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=45.4013671875, 
floorSegmentMB=1.8671875, forceMergeDeletesPctAllowed=6.675595811639083, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4557945 T16623 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@f9565c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@194f21d),segFN=segments_1,generation=1}
   [junit4]   2> 4557945 T16623 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4557949 T16623 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4557949 T16623 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4557950 T16623 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4557950 T16623 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4557950 T16623 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4557950 T16623 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4557950 T16623 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4557951 T16623 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4557951 T16623 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4557951 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4557952 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4557952 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4557953 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4557953 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4557954 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4557954 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4557955 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4557955 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4557956 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4557957 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4557957 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4557958 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4557958 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4557959 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4557960 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4557960 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4557960 T16623 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4557970 T16623 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4557971 T16623 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4557973 T16623 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4557975 T16623 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4557977 T16623 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4557980 T16623 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4557980 T16623 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4557981 T16623 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4557982 T16623 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@f9565c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@194f21d),segFN=segments_1,generation=1}
   [junit4]   2> 4557982 T16623 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4557983 T16623 oass.SolrIndexSearcher.<init> Opening 
Searcher@b8df35[collection1] main
   [junit4]   2> 4557983 T16623 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 4557985 T16623 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 4557985 T16623 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4557986 T16623 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4557987 T16623 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4557987 T16623 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4557988 T16623 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4557988 T16623 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4557989 T16623 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4557989 T16623 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4557989 T16624 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@b8df35[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4557989 T16623 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4557990 T16627 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:64708 collection:control_collection 
shard:shard1
   [junit4]   2> 4557992 T16593 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4557992 T16593 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4557994 T16593 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4557994 T16627 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 4557999 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4558001 T16631 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@86339c name:ZooKeeperConnection 
Watcher:127.0.0.1:64701/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4558002 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4558002 T16593 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4558006 T16593 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4558012 T16627 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard1
   [junit4]   2> 4558017 T16619 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4558018 T16627 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4558018 T16627 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> 4558018 T16593 oasc.ChaosMonkey.monkeyLog monkey: init - 
expire sessions:false cause connection loss:false
   [junit4]   2> ASYNC  NEW_CORE C5107 name=collection1 
org.apache.solr.core.SolrCore@1f323f3 url=http://127.0.0.1:64708/collection1 
node=127.0.0.1:64708_ C5107_STATE=coll:control_collection core:collection1 
props:{node_name=127.0.0.1:64708_, base_url=http://127.0.0.1:64708, 
core=collection1, state=down}
   [junit4]   2> 4558018 T16627 C5107 P64708 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:64708/collection1/
   [junit4]   2> 4558020 T16627 C5107 P64708 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4558020 T16627 C5107 P64708 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:64708/collection1/ has no replicas
   [junit4]   2> 4558020 T16627 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:64708/collection1/ shard1
   [junit4]   2> 4558021 T16627 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 4558023 T16620 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> 4558027 T16619 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> 4558030 T16631 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> 4558056 T16620 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:64708";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 4558064 T16632 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4558065 T16631 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> 4558106 T16627 oasc.ZkController.register We are 
http://127.0.0.1:64708/collection1/ and leader is 
http://127.0.0.1:64708/collection1/
   [junit4]   2> 4558106 T16627 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:64708
   [junit4]   2> 4558106 T16627 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4558106 T16627 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 4558106 T16627 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4558111 T16619 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4558117 T16620 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64708_",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64708";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active"} current state version: 3
   [junit4]   2> 4558119 T16620 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64708_",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64708";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 4558219 T16619 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> 4558219 T16631 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> 4559480 T16593 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 4559481 T16593 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4559486 T16593 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:64722
   [junit4]   2> 4559487 T16593 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@187b360
   [junit4]   2> 4559487 T16593 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4559487 T16593 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-003
   [junit4]   2> 4559487 T16593 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-003\'
   [junit4]   2> 4559526 T16593 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-003\solr.xml
   [junit4]   2> 4559592 T16593 oasc.CoreContainer.<init> New CoreContainer 
16823601
   [junit4]   2> 4559592 T16593 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-003\]
   [junit4]   2> 4559595 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4559595 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4559595 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4559595 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4559595 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4559595 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4559598 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4559598 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4559598 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4559598 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4559598 T16593 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4559598 T16593 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4559598 T16593 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4559598 T16593 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4559598 T16593 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64701/solr
   [junit4]   2> 4559600 T16593 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4559600 T16593 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4559603 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4559605 T16644 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1270399 name:ZooKeeperConnection 
Watcher:127.0.0.1:64701 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4559606 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4559606 T16593 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4559610 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4559613 T16647 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@14bc54f name:ZooKeeperConnection 
Watcher:127.0.0.1:64701/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4559613 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4559624 T16593 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4560650 T16593 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64721_
   [junit4]   2> 4560652 T16593 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64721_
   [junit4]   2> 4560661 T16593 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4560672 T16648 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4560672 T16648 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4560673 T16648 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4560673 T16619 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4560676 T16620 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64721_",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64721";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"} current state version: 4
   [junit4]   2> 4560677 T16620 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64721_",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64721";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 4560677 T16620 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 4560677 T16620 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 4560679 T16647 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4560680 T16619 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4560680 T16631 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4561694 T16648 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4561694 T16648 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4561695 T16648 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4561696 T16648 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4561698 T16648 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4561698 T16648 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-003\collection1\'
   [junit4]   2> 4561703 T16648 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4561704 T16648 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4561706 T16648 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 4561733 T16648 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4561738 T16648 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4561761 T16648 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4561783 T16648 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 4561853 T16648 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4561856 T16648 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4561866 T16648 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4562252 T16648 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4562261 T16648 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4562264 T16648 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4562283 T16648 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4562289 T16648 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4562294 T16648 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4562296 T16648 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4562296 T16648 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4562296 T16648 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4562298 T16648 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4562298 T16648 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4562299 T16648 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4562299 T16648 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4562300 T16648 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-003\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/jetty1\
   [junit4]   2> 4562300 T16648 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@eb63c1
   [junit4]   2> 4562301 T16648 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/jetty1\
   [junit4]   2> 4562301 T16648 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/jetty1\index/
   [junit4]   2> 4562301 T16648 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001\jetty1\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4562302 T16648 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/jetty1\index
   [junit4]   2> 4562302 T16648 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=45.4013671875, 
floorSegmentMB=1.8671875, forceMergeDeletesPctAllowed=6.675595811639083, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4562303 T16648 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1cc527 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d39e2b),segFN=segments_1,generation=1}
   [junit4]   2> 4562303 T16648 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4562308 T16648 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4562308 T16648 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4562309 T16648 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4562309 T16648 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4562309 T16648 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4562310 T16648 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4562310 T16648 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4562310 T16648 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4562311 T16648 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4562311 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4562312 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4562312 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4562313 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4562313 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4562314 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4562315 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4562315 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4562316 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4562319 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4562319 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4562320 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4562320 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4562321 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4562322 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4562322 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4562323 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4562323 T16648 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4562334 T16648 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4562336 T16648 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4562338 T16648 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4562341 T16648 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4562343 T16648 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4562345 T16648 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4562345 T16648 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4562347 T16648 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4562347 T16648 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1cc527 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d39e2b),segFN=segments_1,generation=1}
   [junit4]   2> 4562347 T16648 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4562348 T16648 oass.SolrIndexSearcher.<init> Opening 
Searcher@6c652c[collection1] main
   [junit4]   2> 4562348 T16648 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4562350 T16648 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4562350 T16648 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4562351 T16648 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 4562351 T16648 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 4562351 T16648 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4562352 T16648 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 4562352 T16648 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 4562352 T16648 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 4562352 T16648 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 4562353 T16649 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@6c652c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4562354 T16648 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 4562355 T16652 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:64721 collection:collection1 
shard:shard2
   [junit4]   2> 4562356 T16593 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 4562356 T16593 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 4562358 T16652 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 4562368 T16652 
oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for 
shard shard2
   [junit4]   2> 4562372 T16619 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4562374 T16652 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 4562374 T16652 
oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try 
and sync
   [junit4]   2> ASYNC  NEW_CORE C5108 name=collection1 
org.apache.solr.core.SolrCore@153b128 url=http://127.0.0.1:64721/collection1 
node=127.0.0.1:64721_ C5108_STATE=coll:collection1 core:collection1 
props:{node_name=127.0.0.1:64721_, base_url=http://127.0.0.1:64721, 
core=collection1, state=down}
   [junit4]   2> 4562374 T16652 C5108 P64721 oasc.SyncStrategy.sync Sync 
replicas to http://127.0.0.1:64721/collection1/
   [junit4]   2> 4562374 T16652 C5108 P64721 oasc.SyncStrategy.syncReplicas 
Sync Success - now sync replicas to me
   [junit4]   2> 4562375 T16652 C5108 P64721 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:64721/collection1/ has no replicas
   [junit4]   2> 4562375 T16652 
oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: 
http://127.0.0.1:64721/collection1/ shard2
   [junit4]   2> 4562375 T16652 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 4562377 T16620 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 4562381 T16631 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4562381 T16647 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4562382 T16619 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4562396 T16620 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:64721";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 6
   [junit4]   2> 4562401 T16632 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4562405 T16647 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4562405 T16631 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4562449 T16652 oasc.ZkController.register We are 
http://127.0.0.1:64721/collection1/ and leader is 
http://127.0.0.1:64721/collection1/
   [junit4]   2> 4562449 T16652 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:64721
   [junit4]   2> 4562449 T16652 oasc.ZkController.checkRecovery I am the 
leader, no recovery necessary
   [junit4]   2> 4562449 T16652 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 4562449 T16652 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4562454 T16619 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4562458 T16620 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64721_",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64721";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "state":"active"} current state version: 7
   [junit4]   2> 4562460 T16620 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "core_node_name":"core_node1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64721_",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64721";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "state":"active"}
   [junit4]   2> 4562573 T16619 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4562573 T16647 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4562573 T16631 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 4564080 T16593 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 4564082 T16593 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 4564086 T16593 oejs.AbstractConnector.doStart Started 
SelectChannelConnector@127.0.0.1:64732
   [junit4]   2> 4564086 T16593 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@187b360
   [junit4]   2> 4564086 T16593 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 4564086 T16593 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-004
   [junit4]   2> 4564086 T16593 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-004\'
   [junit4]   2> 4564122 T16593 oasc.ConfigSolr.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-004\solr.xml
   [junit4]   2> 4564204 T16593 oasc.CoreContainer.<init> New CoreContainer 
17479357
   [junit4]   2> 4564205 T16593 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-004\]
   [junit4]   2> 4564207 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 4564208 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 4564208 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 4564208 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 4564209 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 4564209 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 4564210 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 4564211 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 4564211 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 4564212 T16593 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 4564212 T16593 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 4564213 T16593 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 4564213 T16593 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 4564213 T16593 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 4564214 T16593 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:64701/solr
   [junit4]   2> 4564214 T16593 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 4564215 T16593 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 4564217 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4564220 T16665 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c93eef name:ZooKeeperConnection 
Watcher:127.0.0.1:64701 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 4564220 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4564221 T16593 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 4564225 T16593 oascc.ConnectionManager.waitForConnected 
Waiting for client to connect to ZooKeeper
   [junit4]   2> 4564228 T16668 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1b7fda4 name:ZooKeeperConnection 
Watcher:127.0.0.1:64701/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 4564228 T16593 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 4564240 T16593 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 4565268 T16593 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64731_
   [junit4]   2> 4565269 T16593 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:64731_
   [junit4]   2> 4565279 T16593 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 4565289 T16669 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 4565290 T16669 oasc.ZkController.publish numShards not found 
on descriptor - reading it from system property
   [junit4]   2> 4565290 T16619 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 4565290 T16669 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 4565292 T16620 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64731_",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64731";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"} current state version: 8
   [junit4]   2> 4565292 T16620 oasco.ReplicaMutator.updateState Update state 
numShards=3 message={
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:64731_",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "base_url":"http://127.0.0.1:64731";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "state":"down"}
   [junit4]   2> 4565293 T16620 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=3
   [junit4]   2> 4565293 T16620 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 4565294 T16668 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4565297 T16619 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4565298 T16631 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4565298 T16647 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 4566311 T16669 oasc.ZkController.waitForShardId waiting to 
find shard id in clusterstate for collection1
   [junit4]   2> 4566311 T16669 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 4566312 T16669 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 4566312 T16669 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4566315 T16669 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4566316 T16669 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-004\collection1\'
   [junit4]   2> 4566317 T16669 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 4566321 T16669 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 4566323 T16669 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-5.x-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.ReplicationFactorTest%20580B0FE1A9CA5BBA-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 4566356 T16669 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 4566361 T16669 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 4566375 T16669 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 4566398 T16669 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 5.0.0
   [junit4]   2> 4566446 T16669 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 4566449 T16669 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 4566458 T16669 oass.IndexSchema.readSchema [collection1] 
Schema name=test
   [junit4]   2> 4566924 T16669 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 4566937 T16669 oass.IndexSchema.readSchema default search 
field in schema is text
   [junit4]   2> 4566940 T16669 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 4566959 T16669 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4566964 T16669 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 4566969 T16669 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4566970 T16669 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4566971 T16669 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4566971 T16669 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 4566973 T16669 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 4566973 T16669 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 4566973 T16669 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 4566974 T16669 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 4566974 T16669 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-004\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/jetty2\
   [junit4]   2> 4566974 T16669 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@eb63c1
   [junit4]   2> 4566975 T16669 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/jetty2\
   [junit4]   2> 4566975 T16669 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/jetty2\index/
   [junit4]   2> 4566976 T16669 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.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001\jetty2\index' doesn't exist. Creating new 
index...
   [junit4]   2> 4566976 T16669 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.ReplicationFactorTest
 580B0FE1A9CA5BBA-001\tempDir-001/jetty2\index
   [junit4]   2> 4566977 T16669 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=49, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=45.4013671875, 
floorSegmentMB=1.8671875, forceMergeDeletesPctAllowed=6.675595811639083, 
segmentsPerTier=47.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 4566978 T16669 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1570e4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b2945),segFN=segments_1,generation=1}
   [junit4]   2> 4566978 T16669 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4566983 T16669 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 4566984 T16669 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 4566984 T16669 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 4566984 T16669 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 4566985 T16669 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 4566985 T16669 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 4566985 T16669 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 4566986 T16669 oasup.UpdateRequestProcessorChain.init 
inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 4566986 T16669 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 4566987 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4566987 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4566988 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4566988 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 4566989 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 4566989 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 4566991 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 4566992 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 4566993 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 4566994 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 4566995 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 4566995 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 4566996 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 4566997 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 4566997 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 4566998 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 4566999 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 4566999 T16669 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 4567009 T16669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4567012 T16669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4567014 T16669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4567016 T16669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 4567020 T16669 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 4567023 T16669 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 4567023 T16669 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 4567024 T16669 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=30, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 4567024 T16669 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@1570e4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6b2945),segFN=segments_1,generation=1}
   [junit4]   2> 4567025 T16669 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 4567025 T16669 oass.SolrIndexSearcher.<init> Opening 
Searcher@120f047[collection1] main
   [junit4]   2> 4567025 T16669 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 4567027 T16669 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 4567027 T16669 oasr.ManagedResourceStorage.newStorageIO 
Setting up ZooKeeper-based storage for the RestManager with znodeBase: 
/configs/conf1
   [junit4]   2> 4567028 T16669 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Config

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

, ResponseHeaderTest, HighlighterMaxOffsetTest, NoCacheHeaderTest, 
MultiThreadedOCPTest, TestNRTOpen, TestFunctionQuery, 
TestFieldCollectionResource, FastVectorHighlighterTest, TestCoreContainer, 
TestDFRSimilarityFactory, TestBlendedInfixSuggestions, TestCloudSchemaless, 
TestPseudoReturnFields, TermsComponentTest, TestReplicaProperties, 
TestReversedWildcardFilterFactory, QueryResultKeyTest, TestExceedMaxTermLength, 
SolrInfoMBeanTest, RollingRestartTest, TestLeaderElectionZkExpiry, 
TestReplicationHandlerBackup, ClusterStateTest, TestAddFieldRealTimeGet, 
UUIDFieldTest, TestClusterStateMutator, HdfsUnloadDistributedZkTest, 
DistributedQueryElevationComponentTest, TestSchemaVersionResource, 
ScriptEngineTest, TestNoOpRegenerator, TestTrie, 
TestSolrQueryParserDefaultOperatorResource, 
VMParamsZkACLAndCredentialsProvidersTest, TestPivotHelperCode, 
DistributedExpandComponentTest, DistributedFacetPivotSmallAdvancedTest, 
TestMiniSolrCloudCluster, TestDistributedSearch, 
DocumentAnalysisRequestHandlerTest, TestJmxMonitoredMap, TestRecovery, 
TestDocSet, OverseerRolesTest, TestSurroundQueryParser, RemoteQueryErrorTest, 
BasicDistributedZkTest, TestQueryUtils, TestManagedStopFilterFactory, 
TestUpdate, DirectSolrConnectionTest, TestRemoteStreaming, EchoParamsTest, 
TestManagedSchemaFieldResource, TestBadConfig, ShardSplitTest, 
TestSolrIndexConfig, TestSolrXmlPersistor, UUIDUpdateProcessorFallbackTest, 
SolrCmdDistributorTest, DistributedQueryComponentOptimizationTest, 
PluginInfoTest, SuggesterTest, SuggestComponentTest, 
PathHierarchyTokenizerFactoryTest, TestCopyFieldCollectionResource, 
CustomCollectionTest, TestSolrQueryParser, TestBinaryField, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSolr4Spatial2, 
CoreAdminHandlerTest, AnalyticsMergeStrategyTest, TestSolrXmlPersistence, 
TestSearcherReuse, ExternalFileFieldSortTest, TestReload, 
OpenExchangeRatesOrgProviderTest, DistributedSpellCheckComponentTest, 
SuggesterTSTTest, UnloadDistributedZkTest, SoftAutoCommitTest, SliceStateTest, 
TestFieldSortValues, TestCloudManagedSchema, TestRTGBase, 
TestDocBasedVersionConstraints, ChangedSchemaMergeTest, DocValuesMissingTest, 
TestManagedResourceStorage, ReturnFieldsTest, CursorPagingTest, 
StatsComponentTest, SuggesterWFSTTest, CurrencyFieldOpenExchangeTest, 
TestManagedResource, UniqFieldsUpdateProcessorFactoryTest, TimeZoneUtilsTest, 
DistribDocExpirationUpdateProcessorTest, DistributedDebugComponentTest, 
TestGroupingSearch, TestCollectionAPI, TestIndexSearcher, 
TestSchemaSimilarityResource, MinimalSchemaTest, FileBasedSpellCheckerTest, 
DistribCursorPagingTest, FieldAnalysisRequestHandlerTest, TestCloudPivotFacet, 
TestCodecSupport, TestManagedSchemaDynamicFieldResource, 
TestIndexingPerformance, TestReloadAndDeleteDocs, TestHashPartitioner, 
LeaderElectionIntegrationTest, ZkControllerTest, ChaosMonkeySafeLeaderTest, 
NumericFieldsTest, FileUtilsTest, TestStressReorder, TestIBSimilarityFactory, 
TestElisionMultitermQuery, PreAnalyzedFieldTest, TestQuerySenderNoQuery, 
ExternalCollectionsTest, SortByFunctionTest, TestCloudInspectUtil, 
ZkStateWriterTest, TestFreeTextSuggestions, TestDefaultStatsCache, 
CursorMarkTest, SyncSliceTest, TestManagedSchemaFieldTypeResource, 
TestPHPSerializedResponseWriter, SharedFSAutoReplicaFailoverTest, 
TestUniqueKeyFieldResource, CloudExitableDirectoryReaderTest, 
BadIndexSchemaTest, AddBlockUpdateTest, TestOrdValues, SpatialRPTFieldTypeTest, 
BasicFunctionalityTest, TestDynamicFieldResource, 
TestLMDirichletSimilarityFactory, TestManagedSchema, ShardRoutingTest, 
NotRequiredUniqueKeyTest, TestTolerantSearch, 
TestLMJelinekMercerSimilarityFactory, ResponseLogComponentTest, 
SchemaVersionSpecificBehaviorTest, ZkNodePropsTest, 
PreAnalyzedUpdateProcessorTest, TestRandomMergePolicy, 
TriLevelCompositeIdRoutingTest, TestCoreDiscovery, TestBulkSchemaAPI, 
DefaultValueUpdateProcessorTest, TestShardHandlerFactory, 
HdfsChaosMonkeySafeLeaderTest, TestReRankQParserPlugin, 
BinaryUpdateRequestHandlerTest, OverseerCollectionProcessorTest, 
CurrencyFieldXmlFileTest, TestQuerySenderListener, OutputWriterTest, 
XsltUpdateRequestHandlerTest, TestExtendedDismaxParser, 
TestFileDictionaryLookup, DocExpirationUpdateProcessorFactoryTest, 
DistributedFacetPivotLargeTest, SpellPossibilityIteratorTest, 
RequestHandlersTest, TestFieldResource, RAMDirectoryFactoryTest, 
DateMathParserTest, CloudMLTQParserTest, SolrCoreCheckLockOnStartupTest, 
SSLMigrationTest, TestFoldingMultitermQuery, TestSortingResponseWriter, 
TestRandomDVFaceting, AsyncMigrateRouteKeyTest, ChaosMonkeyNothingIsSafeTest, 
SharedFSAutoReplicaFailoverUtilsTest, TestDocumentBuilder, 
HdfsCollectionsAPIDistributedZkTest, SimpleMLTQParserTest, CircularListTest, 
DisMaxRequestHandlerTest, ZkCLITest, MultiTermTest, SolrIndexSplitterTest, 
RankQueryTest, LeaderInitiatedRecoveryOnCommitTest, 
TestPostingsSolrHighlighter, SolrTestCaseJ4Test, 
LeaderFailoverAfterPartitionTest, DocumentBuilderTest, TestConfigOverlay, 
StatelessScriptUpdateProcessorFactoryTest, TestRandomFaceting, 
TestRequestStatusCollectionAPI, TestFieldTypeResource, TestChildDocTransformer, 
TestIntervalFaceting, DistributedQueryComponentCustomSortTest, 
CoreMergeIndexesAdminHandlerTest, DistributedFacetPivotSmallTest, 
TestSystemIdResolver, PrimUtilsTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, OverseerTest, 
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, 
TestReplicationHandler, ClusterStateUpdateTest, LeaderElectionTest, 
ZkSolrClientTest, TestZkChroot, ShardRoutingCustomTest, AutoCommitTest, 
TestDistributedGrouping, TestFaceting, TermVectorComponentDistributedTest, 
TestRealTimeGet, TestJoin, TestStressVersions, HardAutoCommitTest, 
DistributedTermsComponentTest, TestRangeQuery, TestSolr4Spatial, SolrCoreTest, 
SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest, 
ConvertedLegacyTest, TestSort, TestFiltering, TestLazyCores, 
DirectUpdateHandlerTest, HighlighterTest, ShowFileRequestHandlerTest, 
SimplePostToolTest, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, 
DocValuesTest, TestStressLucene, SpatialFilterTest, TestCSVLoader, 
PolyFieldTest, WordBreakSolrSpellCheckerTest, FieldMutatingUpdateProcessorTest, 
TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, 
DirectUpdateHandlerOptimizeTest, DocValuesMultiTest, DistanceFunctionTest, 
TestSolrDeletionPolicy1, DebugComponentTest, CacheHeaderTest, 
IndexBasedSpellCheckerTest, LukeRequestHandlerTest, StandardRequestHandlerTest, 
TestWriterPerf, DirectSolrSpellCheckerTest, TestQueryTypes, 
PrimitiveFieldTypeTest, TestOmitPositions, XmlUpdateRequestHandlerTest, 
TestValueSourceCache, TermVectorComponentTest, MoreLikeThisHandlerTest, 
RequiredFieldsTest, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, 
LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, 
IndexSchemaTest, TestJmxIntegration, TestCollationField, 
UpdateRequestProcessorFactoryTest, JSONWriterTest, TestCSVResponseWriter, 
MBeansHandlerTest, TestAnalyzedSuggestions, JsonLoaderTest, 
TestPartialUpdateDeduplication, PingRequestHandlerTest, CSVRequestHandlerTest, 
TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, 
TestBinaryResponseWriter, HighlighterConfigTest, SOLR749Test, UpdateParamsTest, 
AlternateDirectoryTest, CopyFieldTest, SolrIndexConfigTest, BadComponentTest, 
TestStressRecovery, TestMergePolicyConfig, TestSolrDeletionPolicy2, SampleTest, 
TestSearchPerf, TestConfig, TestFuzzyAnalyzedSuggestions, 
TestSolrCoreProperties, TestLuceneMatchVersion, TestPhraseSuggestions, 
TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, 
TestSweetSpotSimilarityFactory, TestPerFieldSimilarity, 
TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, 
LegacyHTMLStripCharFilterTest, ResourceLoaderTest, TestFastOutputStream, 
URLClassifyProcessorTest, TestSuggestSpellingConverter, DateFieldTest, 
SpellingQueryConverterTest, DOMUtilTest, TestSolrJ, TestLRUCache, TestUtils, 
SystemInfoHandlerTest, DistributedIntervalFacetingTest, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestHighlightDedupGrouping, AliasIntegrationTest, AssignTest, 
CollectionsAPIAsyncDistributedZkTest, ConnectionManagerTest, 
DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, 
DeleteReplicaTest, DeleteShardTest, DistributedQueueTest, HttpPartitionTest, 
MigrateRouteKeyTest, OutOfBoxZkACLAndCredentialsProvidersTest, 
OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, 
ReplicationFactorTest]
   [junit4] Completed in 90.86s, 1 test, 1 error <<< FAILURES!

[...truncated 252 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:190: The 
following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\solr\common-build.xml:508:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:1363:
 The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-5.x-Windows\lucene\common-build.xml:970:
 There were test failures: 459 suites, 1870 tests, 1 error, 56 ignored (31 
assumptions)

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


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

Reply via email to