You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/11/13 05:41:21 UTC

[JENKINS] Lucene-Solr-4.x-Windows (32bit/jdk1.8.0-ea-b114) - Build # 3382 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Windows/3382/
Java: 32bit/jdk1.8.0-ea-b114 -client -XX:+UseSerialGC

2 tests failed.
REGRESSION:  org.apache.solr.cloud.SliceStateUpdateTest.testSliceStateUpdate

Error Message:
expected:<[in]active> but was:<[]active>

Stack Trace:
org.junit.ComparisonFailure: expected:<[in]active> but was:<[]active>
	at __randomizedtesting.SeedInfo.seed([5221BB5B36231DB2:8243361768F6C736]:0)
	at org.junit.Assert.assertEquals(Assert.java:125)
	at org.junit.Assert.assertEquals(Assert.java:147)
	at org.apache.solr.cloud.SliceStateUpdateTest.testSliceStateUpdate(SliceStateUpdateTest.java:183)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)


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

Error Message:
ERROR: SolrIndexSearcher opens=59 closes=58

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=59 closes=58
	at __randomizedtesting.SeedInfo.seed([5221BB5B36231DB2]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:328)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:134)
	at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	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 org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 10362 lines...]
   [junit4] Suite: org.apache.solr.cloud.SliceStateUpdateTest
   [junit4]   2> 357390 T1148 oas.SolrTestCaseJ4.setUp ###Starting testSliceStateUpdate
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172
   [junit4]   2> 357392 T1148 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 357393 T1149 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 357498 T1148 oasc.ZkTestServer.run start zk server on port:60180
   [junit4]   2> 357500 T1148 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 357508 T1155 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fe379f name:ZooKeeperConnection Watcher:127.0.0.1:60180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 357508 T1148 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 357509 T1148 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 357515 T1150 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1424fa4d6750000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 357517 T1148 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 357521 T1157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a460ea name:ZooKeeperConnection Watcher:127.0.0.1:60180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 357521 T1148 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 357522 T1148 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 357527 T1148 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 357532 T1148 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 357537 T1148 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 357543 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 357543 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 357553 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 357553 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 357560 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 357561 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 357567 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 357567 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 357575 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 357576 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 357582 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 357583 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 357590 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 357590 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 357597 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 357599 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 357605 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 357607 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 357614 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 357614 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 357621 T1148 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 357621 T1148 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 357629 T1148 oasc.SliceStateUpdateTest.setUp ####SETUP_START testSliceStateUpdate
   [junit4]   2> 357629 T1150 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1424fa4d6750001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 357633 T1148 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 357637 T1159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19de0fb name:ZooKeeperConnection Watcher:127.0.0.1:60180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 357637 T1148 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 357637 T1148 oascc.SolrZkClient.makePath makePath: /collections/testcore
   [junit4]   2> 357643 T1148 oascc.SolrZkClient.makePath makePath: /collections/testcore/shards
   [junit4]   2> 357659 T1148 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 357659 T1148 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 357659 T1148 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 357712 T1148 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\solr.xml
   [junit4]   2> 357735 T1148 oasc.CoreContainer.<init> New CoreContainer 875712
   [junit4]   2> 357738 T1148 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 357738 T1148 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 357738 T1148 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 357767 T1148 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\solr.xml
   [junit4]   2> 357776 T1148 oasc.CoreContainer.<init> New CoreContainer 899290
   [junit4]   2> 357776 T1148 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\]
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 357779 T1148 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 357783 T1148 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 357783 T1148 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 357783 T1148 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60180/solr
   [junit4]   2> 357785 T1148 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 357787 T1148 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 357792 T1161 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fdef79 name:ZooKeeperConnection Watcher:127.0.0.1:60180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 357795 T1148 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 357800 T1150 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1424fa4d6750003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 357806 T1148 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 357811 T1163 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12c756a name:ZooKeeperConnection Watcher:127.0.0.1:60180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 357811 T1148 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 357814 T1148 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 357821 T1148 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 357827 T1148 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 357830 T1148 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 357832 T1148 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 357839 T1148 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 357850 T1148 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 357856 T1148 oasc.Overseer.start Overseer (id=90722511892054020-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 357864 T1148 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 357873 T1165 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 357875 T1148 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 357880 T1148 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 357883 T1148 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 357889 T1164 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 357889 T1166 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 357890 T1166 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 357892 T1166 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 359456 T1164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 359457 T1164 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:8983/solr",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:8983_solr",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 359457 T1164 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 359469 T1163 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> 359972 T1166 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 359972 T1166 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 359974 T1166 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 359975 T1166 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 359975 T1166 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 359977 T1166 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 359981 T1166 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 359983 T1166 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 360040 T1166 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 360062 T1166 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 360066 T1166 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 360071 T1166 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 360255 T1166 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 360258 T1166 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 360259 T1166 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 360271 T1166 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 360284 T1166 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 360315 T1166 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360321 T1166 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 360328 T1166 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360331 T1166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360331 T1166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360331 T1166 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 360336 T1166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 360336 T1166 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 360336 T1166 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 360337 T1166 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\
   [junit4]   2> 360337 T1166 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@10d74dc
   [junit4]   2> 360339 T1166 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\
   [junit4]   2> 360339 T1166 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index/
   [junit4]   2> 360339 T1166 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index' doesn't exist. Creating new index...
   [junit4]   2> 360340 T1166 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index
   [junit4]   2> 360340 T1166 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.2861328125, floorSegmentMB=1.6767578125, forceMergeDeletesPctAllowed=19.188884642925068, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 360343 T1166 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f7b011 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e0c28b)),segFN=segments_1,generation=1}
   [junit4]   2> 360343 T1166 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 360344 T1166 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 360348 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 360350 T1166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 360350 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 360352 T1166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 360352 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 360352 T1166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 360352 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 360353 T1166 oasup.UniqFieldsUpdateProcessorFactory.init WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is deprecated, please use 'fieldName' (or another FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 360353 T1166 oasup.UniqFieldsUpdateProcessorFactory.init Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 360353 T1166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 360354 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 360354 T1166 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 360355 T1166 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 360355 T1166 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 360355 T1166 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 360355 T1166 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 360357 T1166 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 360357 T1166 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 360359 T1166 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 360359 T1166 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 360360 T1166 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 360360 T1166 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 360360 T1166 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 360360 T1166 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 360363 T1166 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 360364 T1166 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 360365 T1166 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 360365 T1166 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 360366 T1166 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 360367 T1166 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 360368 T1166 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 360368 T1166 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 360371 T1166 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 360371 T1166 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 360372 T1166 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 360377 T1166 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 360378 T1166 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 360381 T1166 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, MAPPING-ISOLATIN1ACCENT.TXT, STOPWORDS.TXT, SYNONYMS.TXT, ENUMSCONFIG.XML, CURRENCY.XML, OLD_SYNONYMS.TXT, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML]
   [junit4]   2> 360385 T1166 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 360385 T1166 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 360386 T1166 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=48.01953125, floorSegmentMB=1.5908203125, forceMergeDeletesPctAllowed=21.68300704060187, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 360387 T1166 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f7b011 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@e0c28b)),segFN=segments_1,generation=1}
   [junit4]   2> 360387 T1166 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 360388 T1166 oass.SolrIndexSearcher.<init> Opening Searcher@1104e1 main
   [junit4]   2> 360388 T1166 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 360404 T1166 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 360470 T1167 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1104e1 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 360477 T1166 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 360477 T1166 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:8983/solr collection:collection1 shard:shard1
   [junit4]   2> 360483 T1166 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 360499 T1166 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 360508 T1166 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 360508 T1166 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 360508 T1166 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:8983/solr/collection1/ shard1
   [junit4]   2> 360509 T1166 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 361132 T1164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 361149 T1163 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> 361166 T1166 oasc.ZkController.register We are http://127.0.0.1:8983/solr/collection1/ and leader is http://127.0.0.1:8983/solr/collection1/
   [junit4]   2> 361166 T1166 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:8983/solr
   [junit4]   2> 361166 T1166 oasc.ZkController.checkRecovery WARN Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 361166 T1166 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 361167 T1166 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 361170 T1166 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 361173 T1148 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\]
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 361174 T1148 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 361174 T1148 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 361176 T1148 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 361176 T1148 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:60180/solr
   [junit4]   2> 361176 T1148 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 361180 T1148 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 361185 T1170 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@80979c name:ZooKeeperConnection Watcher:127.0.0.1:60180 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 361186 T1148 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 361192 T1150 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1424fa4d6750005, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 361196 T1148 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 361201 T1172 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cb4c64 name:ZooKeeperConnection Watcher:127.0.0.1:60180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 361202 T1148 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 361211 T1148 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 362360 T1148 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 362363 T1148 oasc.ZkController.createEphemeralLiveNode Found a previous node that still exists while trying to register a new live node /live_nodes/127.0.0.1:8983_solr - removing existing node to create another.
   [junit4]   2> 362363 T1148 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 362365 T1163 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 362365 T1172 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 362369 T1163 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 362369 T1172 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 362379 T1173 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 362379 T1173 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 362381 T1173 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 362382 T1173 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 362382 T1173 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 362382 T1173 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 362384 T1173 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 362384 T1173 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 362386 T1173 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 362388 T1173 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 362388 T1173 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 362470 T1173 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 362496 T1173 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 362502 T1173 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 362509 T1173 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 362714 T1173 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 362715 T1173 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 362716 T1173 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 362725 T1173 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 362725 T1173 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 362748 T1173 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 362752 T1173 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 362756 T1173 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 362758 T1173 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 362758 T1173 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 362758 T1173 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 362760 T1173 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 362760 T1173 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 362760 T1173 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 362761 T1173 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\
   [junit4]   2> 362761 T1173 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@10d74dc
   [junit4]   2> 362762 T1173 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\
   [junit4]   2> 362762 T1173 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index/
   [junit4]   2> 362762 T1173 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index' doesn't exist. Creating new index...
   [junit4]   2> 362763 T1173 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index
   [junit4]   2> 362764 T1173 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=50.2861328125, floorSegmentMB=1.6767578125, forceMergeDeletesPctAllowed=19.188884642925068, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 362764 T1173 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@eceb97 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ae93e)),segFN=segments_1,generation=1}
   [junit4]   2> 362764 T1173 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 362766 T1173 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 362771 T1173 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 362771 T1173 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 362771 T1173 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 362771 T1173 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 362771 T1173 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 362772 T1173 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 362772 T1173 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 362772 T1173 oasup.UniqFieldsUpdateProcessorFactory.init WARN Use of the 'fields' init param in UniqFieldsUpdateProcessorFactory is deprecated, please use 'fieldName' (or another FieldMutatingUpdateProcessorFactory selector option) instead
   [junit4]   2> 362772 T1173 oasup.UniqFieldsUpdateProcessorFactory.init Replacing 'fields' init param with (individual) 'fieldName' params
   [junit4]   2> 362772 T1173 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 362772 T1173 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 362773 T1173 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 362773 T1173 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 362773 T1173 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 362773 T1173 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 362773 T1173 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 362775 T1173 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 362778 T1173 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 362779 T1173 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 362780 T1173 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 362780 T1173 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 362781 T1173 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 362781 T1173 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 362781 T1173 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 362795 T1173 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 362796 T1173 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 362797 T1173 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 362798 T1173 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 362800 T1173 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 362801 T1173 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 362802 T1173 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 362804 T1173 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 362805 T1173 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 362806 T1173 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 362807 T1173 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 362816 T1173 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 362817 T1173 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 362819 T1173 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, MAPPING-ISOLATIN1ACCENT.TXT, STOPWORDS.TXT, SYNONYMS.TXT, ENUMSCONFIG.XML, CURRENCY.XML, OLD_SYNONYMS.TXT, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML]
   [junit4]   2> 362821 T1173 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 362821 T1173 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 362825 T1173 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=15, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=48.01953125, floorSegmentMB=1.5908203125, forceMergeDeletesPctAllowed=21.68300704060187, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 362825 T1173 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@eceb97 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5ae93e)),segFN=segments_1,generation=1}
   [junit4]   2> 362825 T1173 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 362825 T1173 oass.SolrIndexSearcher.<init> Opening Searcher@19b4d65 main
   [junit4]   2> 362825 T1173 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 362829 T1173 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 362854 T1174 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19b4d65 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 362864 T1173 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 362864 T1173 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:8983/solr collection:collection1 shard:shard1
   [junit4]   2> 362872 T1173 oasc.ZkController.register We are http://127.0.0.1:8983/solr/collection1/ and leader is http://127.0.0.1:8983/solr/collection1/
   [junit4]   2> 362872 T1173 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:8983/solr
   [junit4]   2> 362872 T1173 oasc.ZkController.checkRecovery WARN Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 362872 T1173 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 362872 T1173 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 362876 T1173 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 362877 T1148 oasc.SliceStateUpdateTest.setUp ####SETUP_END testSliceStateUpdate
   [junit4]   2> 362880 T1164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 362880 T1148 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 362881 T1164 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:8983/solr",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:8983_solr",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 362886 T1177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43da30 name:ZooKeeperConnection Watcher:127.0.0.1:60180/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 362886 T1148 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 362890 T1163 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> 362890 T1172 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> 362892 T1150 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x1424fa4d6750007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 362894 T1164 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:8983/solr",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:8983_solr",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 362894 T1164 oasc.Overseer$ClusterStateUpdater.updateState node=core_node1 is already registered
   [junit4]   2> 362894 T1164 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 362903 T1164 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:8983/solr",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:8983_solr",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 362915 T1172 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> 429429 T1148 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=875712
   [junit4]   2> 430816 T1164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 430818 T1164 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:8983/solr",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:8983_solr",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 430818 T1164 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 430826 T1163 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> 430826 T1172 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> 433079 T1148 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 433079 T1148 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 433083 T1148 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@10054af
   [junit4]   2> 433099 T1148 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 433099 T1148 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 433100 T1148 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 433100 T1148 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 433104 T1148 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 433104 T1148 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 433104 T1148 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\;done=false>>]
   [junit4]   2> 433104 T1148 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\
   [junit4]   2> 433104 T1148 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index;done=false>>]
   [junit4]   2> 433104 T1148 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index
   [junit4]   2> 433110 T1164 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90722511892054020-127.0.0.1:8983_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 433113 T1148 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=899290
   [junit4]   2> 433117 T1172 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 433122 T1172 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader.
   [junit4]   2> 433123 T1172 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader.
   [junit4]   2> 433123 T1172 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 433123 T1172 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:8983/solr/collection1/ shard1
   [junit4]   2> 433123 T1172 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 433138 T1172 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 433144 T1172 oasc.Overseer.start Overseer (id=90722511892054022-127.0.0.1:8983_solr-n_0000000001) starting
   [junit4]   2> 433156 T1179 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 433159 T1178 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 433168 T1178 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 433170 T1178 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=null message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:8983/solr",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:8983_solr",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 433199 T1172 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> 434330 T1148 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 434330 T1148 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 434334 T1148 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@aee1f
   [junit4]   2> 434379 T1148 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 434379 T1148 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 434379 T1148 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 434379 T1148 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 434385 T1148 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 434385 T1148 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 434385 T1148 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\;done=false>>]
   [junit4]   2> 434385 T1148 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\
   [junit4]   2> 434385 T1148 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index;done=false>>]
   [junit4]   2> 434389 T1148 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-SliceStateUpdateTest-1384315672172\data2\index
   [junit4]   2> 434391 T1178 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90722511892054022-127.0.0.1:8983_solr-n_0000000001) am no longer a leader.
   [junit4]   2> 434410 T1172 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 434415 T1148 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:60180 60180
   [junit4]   2> 437153 T1148 oas.SolrTestCaseJ4.tearDown ###Ending testSliceStateUpdate
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SliceStateUpdateTest -Dtests.method=testSliceStateUpdate -Dtests.seed=5221BB5B36231DB2 -Dtests.slow=true -Dtests.locale=fr_CA -Dtests.timezone=America/Campo_Grande -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 79.8s | SliceStateUpdateTest.testSliceStateUpdate <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<[in]active> but was:<[]active>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5221BB5B36231DB2:8243361768F6C736]:0)
   [junit4]    > 	at org.apache.solr.cloud.SliceStateUpdateTest.testSliceStateUpdate(SliceStateUpdateTest.java:183)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 437178 T1148 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=DefaultSimilarity, locale=fr_CA, timezone=America/Campo_Grande
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0-ea (32-bit)/cpus=2,threads=1,free=39976552,total=124821504
   [junit4]   2> NOTE: All tests run in this JVM: [TestLuceneMatchVersion, TestDFRSimilarityFactory, XsltUpdateRequestHandlerTest, TestNonNRTOpen, TestSolr4Spatial, ShardSplitTest, OpenCloseCoreStressTest, SampleTest, CoreContainerCoreInitFailuresTest, TestDefaultSimilarityFactory, TestSolrCoreProperties, HighlighterTest, TestAtomicUpdateErrorCases, TestFastLRUCache, TestReload, TestFieldTypeCollectionResource, DirectUpdateHandlerOptimizeTest, TestSolrXMLSerializer, TimeZoneUtilsTest, AddBlockUpdateTest, SuggesterFSTTest, QueryResultKeyTest, TestManagedSchemaFieldResource, AutoCommitTest, AliasIntegrationTest, FastVectorHighlighterTest, TestElisionMultitermQuery, ResponseLogComponentTest, DeleteShardTest, WordBreakSolrSpellCheckerTest, StressHdfsTest, TestMultiCoreConfBootstrap, TestFiltering, CacheHeaderTest, TestFunctionQuery, AnalysisAfterCoreReloadTest, TestSolrQueryParserDefaultOperatorResource, TestCoreContainer, AssignTest, TestDistributedSearch, HardAutoCommitTest, TermVectorComponentTest, TestCodecSupport, TestGroupingSearch, DisMaxRequestHandlerTest, TestCoreDiscovery, TestIndexingPerformance, TestSolrQueryParser, RequestHandlersTest, SliceStateUpdateTest]
   [junit4] Completed in 79.91s, 1 test, 1 failure <<< FAILURES!

[...truncated 442 lines...]
   [junit4] Suite: org.apache.solr.core.TestLazyCores
   [junit4]   2> 2014637 T6549 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419
   [junit4]   2> 2014639 T6549 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 2014641 T6549 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2014643 T6549 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2014705 T6549 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2014715 T6549 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
   [junit4]   2> 2014717 T6549 oass.IndexSchema.readSchema Reading Solr Schema from schema-tiny.xml
   [junit4]   2> 2014723 T6549 oass.IndexSchema.readSchema [null] Schema name=tiny
   [junit4]   2> 2014732 T6549 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2014732 T6549 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2014732 T6549 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 2014732 T6549 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 2014751 T6549 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2014751 T6549 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr
   [junit4]   2> 2014751 T6549 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\'
   [junit4]   2> 2014781 T6549 oasc.CoreContainer.<init> New CoreContainer 7303987
   [junit4]   2> 2014782 T6549 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\]
   [junit4]   2> 2014782 T6549 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 2014782 T6549 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2014782 T6549 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 2014782 T6549 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2014782 T6549 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2014783 T6549 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2014783 T6549 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2014783 T6549 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2014783 T6549 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2014788 T6549 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2014788 T6549 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2014792 T6550 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1
   [junit4]   2> 2014793 T6550 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\'
   [junit4]   2> 2014794 T6550 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 2014794 T6550 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-4.x-Windows/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 2014826 T6550 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2014833 T6550 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-minimal.xml
   [junit4]   2> 2014834 T6550 oass.IndexSchema.readSchema Reading Solr Schema from schema-tiny.xml
   [junit4]   2> 2014838 T6550 oass.IndexSchema.readSchema [collection1] Schema name=tiny
   [junit4]   2> 2014850 T6550 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2014852 T6550 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2014852 T6550 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test-files\solr\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\
   [junit4]   2> 2014852 T6550 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 2014853 T6550 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\
   [junit4]   2> 2014853 T6550 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\index/
   [junit4]   2> 2014854 T6550 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\index' doesn't exist. Creating new index...
   [junit4]   2> 2014855 T6550 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\index
   [junit4]   2> 2014856 T6550 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11462931405628796]
   [junit4]   2> 2014858 T6550 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1caa6f7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1beeeac),segFN=segments_1,generation=1}
   [junit4]   2> 2014858 T6550 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2014861 T6550 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2014861 T6550 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 2014862 T6550 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2014862 T6550 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2014867 T6550 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2014870 T6550 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2014870 T6550 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2014871 T6550 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2014871 T6550 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1caa6f7 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1beeeac),segFN=segments_1,generation=1}
   [junit4]   2> 2014872 T6550 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2014872 T6550 oass.SolrIndexSearcher.<init> Opening Searcher@51e201 main
   [junit4]   2> 2014873 T6551 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@51e201 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2014873 T6550 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2014876 T6549 oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 2014882 T6549 oas.SolrTestCaseJ4.setUp ###Starting testCreateTransientFromAdmin
   [junit4]   2> 2014978 T6549 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\'
   [junit4]   2> 2015017 T6549 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\solr.xml
   [junit4]   2> 2015030 T6549 oasc.CoreContainer.<init> New CoreContainer 33186250
   [junit4]   2> 2015030 T6549 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\]
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2015032 T6549 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2015035 T6549 oasc.SolrCores.allocateLazyCores Allocating transient cache for 4 transient cores
   [junit4]   2> 2015035 T6549 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2015036 T6549 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2015049 T6553 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection1
   [junit4]   2> 2015049 T6554 oasc.CoreContainer.create Creating SolrCore 'collectionLazy2' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection2
   [junit4]   2> 2015050 T6554 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection2\'
   [junit4]   2> 2015050 T6555 oasc.CoreContainer.create Creating SolrCore 'collectionLazy5' using instanceDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection5
   [junit4]   2> 2015050 T6555 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection5\'
   [junit4]   2> 2015050 T6553 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection1\'
   [junit4]   2> 2015080 T6554 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2015087 T6554 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2015088 T6554 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2015091 T6554 oass.IndexSchema.readSchema [collectionLazy2] Schema name=tiny
   [junit4]   2> 2015096 T6554 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2015097 T6554 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2015098 T6554 oasc.SolrCore.<init> [collectionLazy2] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection2\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection2\data\
   [junit4]   2> 2015099 T6554 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy2
   [junit4]   2> 2015099 T6554 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection2\data\
   [junit4]   2> 2015104 T6554 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection2\data\index/
   [junit4]   2> 2015104 T6554 oasc.SolrCore.initIndex WARN [collectionLazy2] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection2\data\index' doesn't exist. Creating new index...
   [junit4]   2> 2015111 T6554 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection2\data\index
   [junit4]   2> 2015127 T6554 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.11462931405628796]
   [junit4]   2> 2015133 T6554 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1dd6dbb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b52164),segFN=segments_1,generation=1}
   [junit4]   2> 2015133 T6554 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015135 T6555 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2015135 T6554 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2015136 T6554 oasc.RequestHandlers.initHandlersFromConfig created /select: solr.SearchHandler
   [junit4]   2> 2015137 T6554 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2015137 T6554 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2015144 T6555 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2015146 T6555 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2015148 T6554 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2015150 T6554 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2015150 T6554 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2015151 T6554 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=20, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2015152 T6554 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1dd6dbb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b52164),segFN=segments_1,generation=1}
   [junit4]   2> 2015152 T6554 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2015154 T6554 oass.SolrIndexSearcher.<init> Opening Searcher@1d67296 main
   [junit4]   2> 2015152 T6555 oass.IndexSchema.readSchema [collectionLazy5] Schema name=tiny
   [junit4]   2> 2015156 T6553 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2015161 T6555 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2015161 T6555 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2015164 T6555 oasc.SolrCore.<init> [collectionLazy5] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection5\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection5\data\
   [junit4]   2> 2015164 T6555 oasc.SolrCore.<init> JMX monitoring not detected for core: collectionLazy5
   [junit4]   2> 2015165 T6555 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection5\data\
   [junit4]   2> 2015156 T6556 oasc.SolrCore.registerSearcher [collectionLazy2] Registered new searcher Searcher@1d67296 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2015155 T6554 oasc.SolrCores.putTransientCore Opening transient core collectionLazy2
   [junit4]   2> 2015166 T6554 oasc.CoreContainer.registerCore registering core: collectionLazy2
   [junit4]   2> 2015165 T6555 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Luc

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

ws\solr\build\solr-core\test\J0\.\TestLazyCores\collection3\data\
   [junit4]   2> 2020447 T6549 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection3\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection3\data\index;done=false>>]
   [junit4]   2> 2020447 T6549 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\TestLazyCores\collection3\data\index
   [junit4]   2> 2020525 T6549 oas.SolrTestCaseJ4.tearDown ###Ending testRace
   [junit4]   2> 2020527 T6549 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 2020527 T6549 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=7303987
   [junit4]   2> 2020528 T6549 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@5d1d79
   [junit4]   2> 2020528 T6549 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2020528 T6549 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2020528 T6549 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2020528 T6549 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2020530 T6549 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2020530 T6549 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2020530 T6549 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\index;done=false>>]
   [junit4]   2> 2020530 T6549 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\index
   [junit4]   2> 2020530 T6549 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\;done=false>>]
   [junit4]   2> 2020531 T6549 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build\solr-core\test\J0\.\solrtest-TestLazyCores-1384317329419\
   [junit4]   2> 2139952 T6549 oas.SolrTestCaseJ4.endTrackingSearchers ERROR ERROR: SolrIndexSearcher opens=59 closes=58
   [junit4]   2> NOTE: test params are: codec=Appending, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=fr, timezone=Etc/GMT
   [junit4]   2> NOTE: Windows 7 6.1 x86/Oracle Corporation 1.8.0-ea (32-bit)/cpus=2,threads=1,free=85894952,total=308121600
   [junit4]   2> NOTE: All tests run in this JVM: [TestLuceneMatchVersion, TestDFRSimilarityFactory, XsltUpdateRequestHandlerTest, TestNonNRTOpen, TestSolr4Spatial, ShardSplitTest, OpenCloseCoreStressTest, SampleTest, CoreContainerCoreInitFailuresTest, TestDefaultSimilarityFactory, TestSolrCoreProperties, HighlighterTest, TestAtomicUpdateErrorCases, TestFastLRUCache, TestReload, TestFieldTypeCollectionResource, DirectUpdateHandlerOptimizeTest, TestSolrXMLSerializer, TimeZoneUtilsTest, AddBlockUpdateTest, SuggesterFSTTest, QueryResultKeyTest, TestManagedSchemaFieldResource, AutoCommitTest, AliasIntegrationTest, FastVectorHighlighterTest, TestElisionMultitermQuery, ResponseLogComponentTest, DeleteShardTest, WordBreakSolrSpellCheckerTest, StressHdfsTest, TestMultiCoreConfBootstrap, TestFiltering, CacheHeaderTest, TestFunctionQuery, AnalysisAfterCoreReloadTest, TestSolrQueryParserDefaultOperatorResource, TestCoreContainer, AssignTest, TestDistributedSearch, HardAutoCommitTest, TermVectorComponentTest, TestCodecSupport, TestGroupingSearch, DisMaxRequestHandlerTest, TestCoreDiscovery, TestIndexingPerformance, TestSolrQueryParser, RequestHandlersTest, SliceStateUpdateTest, DistributedSpellCheckComponentTest, SystemInfoHandlerTest, TestReloadAndDeleteDocs, LegacyHTMLStripCharFilterTest, XmlUpdateRequestHandlerTest, TestDistributedGrouping, StandardRequestHandlerTest, TestUpdate, TestShardHandlerFactory, BasicDistributedZkTest, StatelessScriptUpdateProcessorFactoryTest, TestCloudManagedSchema, PreAnalyzedUpdateProcessorTest, PrimitiveFieldTypeTest, TestSolrDeletionPolicy1, ShardRoutingCustomTest, TestSolrXmlPersistence, BadComponentTest, MinimalSchemaTest, TestHashPartitioner, TestSearchPerf, TestRandomMergePolicy, BasicDistributedZk2Test, MoreLikeThisHandlerTest, TestManagedSchema, TestSchemaNameResource, TestAddFieldRealTimeGet, TestStressReorder, TestIndexSearcher, DebugComponentTest, CopyFieldTest, SuggesterTest, HdfsBasicDistributedZk2Test, IndexBasedSpellCheckerTest, TestXIncludeConfig, InfoHandlerTest, TestLMJelinekMercerSimilarityFactory, TestRecovery, TestCollationKeyRangeQueries, TestMergePolicyConfig, TestRTGBase, CurrencyFieldOpenExchangeTest, UUIDFieldTest, HdfsChaosMonkeySafeLeaderTest, SolrCmdDistributorTest, TestComponentsName, SolrXmlInZkTest, StatsComponentTest, TestFastWriter, FieldAnalysisRequestHandlerTest, SimplePostToolTest, TestSort, ClusterStateTest, HdfsLockFactoryTest, ParsingFieldUpdateProcessorsTest, HdfsUnloadDistributedZkTest, ExternalFileFieldSortTest, BasicZkTest, SyncSliceTest, TestValueSourceCache, CoreAdminHandlerTest, TestImplicitCoreProperties, TestStressLucene, TestFieldCollectionResource, JSONWriterTest, TestRangeQuery, BlockCacheTest, TestSuggestSpellingConverter, URLClassifyProcessorTest, DeleteReplicaTest, CSVRequestHandlerTest, TestJoin, TestSchemaSimilarityResource, RegexBoostProcessorTest, TermsComponentTest, HdfsRecoveryZkTest, SolrTestCaseJ4Test, TestCollapseQParserPlugin, BasicFunctionalityTest, BlockDirectoryTest, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TestRecoveryHdfs, SignatureUpdateProcessorFactoryTest, TestLMDirichletSimilarityFactory, TestReplicationHandler, CircularListTest, TestPhraseSuggestions, TestSurroundQueryParser, TestRemoteStreaming, SynonymTokenizerTest, TestPartialUpdateDeduplication, TestCloudManagedSchemaAddField, TestSerializedLuceneMatchVersion, TestDynamicFieldCollectionResource, TestUtils, TestInfoStreamLogging, DistributedQueryElevationComponentTest, SuggesterWFSTTest, TestSchemaVersionResource, DirectSolrConnectionTest, TestConfig, TestDocBasedVersionConstraints, DocValuesTest, TestRandomFaceting, TestSolrXml, SolrIndexSplitterTest, CoreMergeIndexesAdminHandlerTest, DateFieldTest, TestBinaryResponseWriter, ReturnFieldsTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, ShardRoutingTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, TestFaceting, TermVectorComponentDistributedTest, ZkControllerTest, TestRealTimeGet, TestStressVersions, DistributedTermsComponentTest, SimpleFacetsTest, SolrCoreTest, SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, ConvertedLegacyTest, TestLazyCores]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestLazyCores -Dtests.seed=5221BB5B36231DB2 -Dtests.slow=true -Dtests.locale=fr -Dtests.timezone=Etc/GMT -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s | TestLazyCores (suite) <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=59 closes=58
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5221BB5B36231DB2]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:328)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:134)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4] Completed in 125.37s, 8 tests, 1 failure <<< FAILURES!

[...truncated 437 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:429: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:409: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\build.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\solr\common-build.xml:489: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:1276: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-4.x-Windows\lucene\common-build.xml:912: There were test failures: 335 suites, 1475 tests, 1 suite-level error, 1 failure, 46 ignored (11 assumptions)

Total time: 67 minutes 13 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0-ea-b114 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure