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/10/01 19:51:06 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_40) - Build # 7701 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/7701/
Java: 32bit/jdk1.7.0_40 -server -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([4A50313C23BCD1C7:9A32BC707D690B43]: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:606)
	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:724)


REGRESSION:  org.apache.solr.search.TestFiltering.testRandomFiltering

Error Message:
FAILURE: iiter=11 qiter=408 request=[q, {!frange v=val_i l=1 u=1}, fq, {!cache=false tag=t} -val_i:0, fq, {!cache=true tag=t} val_i:1, fq, {!cache=true tag=t} -val_i:0, fq, {!cache=false cost=106 tag=t} val_i:1]

Stack Trace:
java.lang.AssertionError: FAILURE: iiter=11 qiter=408 request=[q, {!frange v=val_i l=1 u=1}, fq, {!cache=false tag=t} -val_i:0, fq, {!cache=true tag=t} val_i:1, fq, {!cache=true tag=t} -val_i:0, fq, {!cache=false cost=106 tag=t} val_i:1]
	at __randomizedtesting.SeedInfo.seed([4A50313C23BCD1C7:553392F9C69B91CE]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.search.TestFiltering.testRandomFiltering(TestFiltering.java:327)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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:724)




Build Log:
[...truncated 10172 lines...]
   [junit4] Suite: org.apache.solr.cloud.SliceStateUpdateTest
   [junit4]   2> 1061452 T3967 oas.SolrTestCaseJ4.setUp ###Starting testSliceStateUpdate
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378
   [junit4]   2> 1061452 T3967 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1061453 T3968 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1061553 T3967 oasc.ZkTestServer.run start zk server on port:33313
   [junit4]   2> 1061554 T3967 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061581 T3974 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18619d2 name:ZooKeeperConnection Watcher:127.0.0.1:33313 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1061581 T3967 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1061582 T3967 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1061586 T3967 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061587 T3976 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@521053 name:ZooKeeperConnection Watcher:127.0.0.1:33313/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1061587 T3967 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1061587 T3967 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1061589 T3967 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1061592 T3967 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1061594 T3967 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1061595 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1061596 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1061599 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1061599 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1061602 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1061602 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1061604 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1061605 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1061607 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1061607 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1061609 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1061609 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1061611 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1061611 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1061613 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1061614 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1061616 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1061616 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1061618 T3967 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1061618 T3967 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1061621 T3967 oasc.SliceStateUpdateTest.setUp ####SETUP_START testSliceStateUpdate
   [junit4]   2> 1061622 T3967 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061623 T3978 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d7aa1a name:ZooKeeperConnection Watcher:127.0.0.1:33313/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1061623 T3967 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1061623 T3967 oascc.SolrZkClient.makePath makePath: /collections/testcore
   [junit4]   2> 1061625 T3967 oascc.SolrZkClient.makePath makePath: /collections/testcore/shards
   [junit4]   2> 1061627 T3967 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1061628 T3967 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 1061628 T3967 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1061637 T3967 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
   [junit4]   2> 1061666 T3967 oasc.CoreContainer.<init> New CoreContainer 18509416
   [junit4]   2> 1061667 T3967 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1061667 T3967 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 1061667 T3967 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1061675 T3967 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/solr.xml
   [junit4]   2> 1061709 T3967 oasc.CoreContainer.<init> New CoreContainer 5435026
   [junit4]   2> 1061710 T3967 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 1061711 T3967 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1061711 T3967 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1061711 T3967 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1061711 T3967 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1061712 T3967 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1061712 T3967 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1061712 T3967 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1061712 T3967 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1061713 T3967 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1061713 T3967 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1061714 T3967 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1061714 T3967 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1061714 T3967 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33313/solr
   [junit4]   2> 1061715 T3967 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1061715 T3967 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061717 T3980 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1556c19 name:ZooKeeperConnection Watcher:127.0.0.1:33313 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1061718 T3967 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1061719 T3967 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1061719 T3967 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1061720 T3982 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1611930 name:ZooKeeperConnection Watcher:127.0.0.1:33313/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1061721 T3967 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1061722 T3967 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1061724 T3967 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1061725 T3967 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1061726 T3967 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 1061727 T3967 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 1061729 T3967 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1061731 T3967 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1061733 T3967 oasc.Overseer.start Overseer (id=90482254635335684-127.0.0.1:8983_solr-n_0000000000) starting
   [junit4]   2> 1061734 T3967 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1061736 T3984 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1061737 T3967 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1061738 T3967 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1061741 T3967 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1061742 T3983 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1061745 T3985 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1061745 T3985 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1061747 T3985 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1063245 T3983 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1063246 T3983 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> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1063246 T3983 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1063249 T3982 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> 1063747 T3985 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1063748 T3985 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 1063748 T3985 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1063749 T3985 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1063749 T3985 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1063750 T3985 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1063750 T3985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1063750 T3985 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1063785 T3985 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1063825 T3985 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1063827 T3985 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1063832 T3985 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1064134 T3985 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1064139 T3985 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1064141 T3985 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1064150 T3985 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1064153 T3985 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1064155 T3985 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1064156 T3985 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1064156 T3985 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1064156 T3985 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1064157 T3985 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1064157 T3985 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1064158 T3985 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1064158 T3985 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/
   [junit4]   2> 1064158 T3985 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@91a472
   [junit4]   2> 1064159 T3985 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2
   [junit4]   2> 1064159 T3985 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index/
   [junit4]   2> 1064159 T3985 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index' doesn't exist. Creating new index...
   [junit4]   2> 1064159 T3985 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index
   [junit4]   2> 1064159 T3985 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1064160 T3985 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@938869 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b685b7)),segFN=segments_1,generation=1}
   [junit4]   2> 1064160 T3985 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1064160 T3985 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1064162 T3985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1064163 T3985 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1064163 T3985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1064163 T3985 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1064163 T3985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1064163 T3985 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1064164 T3985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1064164 T3985 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1064164 T3985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1064164 T3985 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1064165 T3985 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1064165 T3985 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1064165 T3985 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1064165 T3985 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1064165 T3985 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1064166 T3985 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1064166 T3985 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1064166 T3985 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1064167 T3985 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1064167 T3985 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1064167 T3985 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1064167 T3985 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1064168 T3985 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1064168 T3985 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1064168 T3985 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1064168 T3985 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1064169 T3985 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1064169 T3985 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1064169 T3985 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1064170 T3985 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1064170 T3985 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1064170 T3985 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1064171 T3985 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1064173 T3985 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1064174 T3985 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1064175 T3985 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML]
   [junit4]   2> 1064177 T3985 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1064177 T3985 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1064177 T3985 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=69.3046875, floorSegmentMB=0.6962890625, forceMergeDeletesPctAllowed=24.8229169763155, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1064178 T3985 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@938869 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1b685b7)),segFN=segments_1,generation=1}
   [junit4]   2> 1064178 T3985 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1064178 T3985 oass.SolrIndexSearcher.<init> Opening Searcher@65d1dc main
   [junit4]   2> 1064178 T3985 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1064181 T3985 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1064197 T3986 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@65d1dc main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1064200 T3985 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1064200 T3985 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:8983/solr collection:collection1 shard:shard1
   [junit4]   2> 1064200 T3985 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1064202 T3985 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1064207 T3985 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1064210 T3985 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1064210 T3985 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1064210 T3985 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:8983/solr/collection1/ shard1
   [junit4]   2> 1064210 T3985 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1064752 T3983 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1064759 T3982 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> 1064766 T3985 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> 1064766 T3985 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:8983/solr
   [junit4]   2> 1064767 T3985 oasc.ZkController.checkRecovery WARN Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1064767 T3985 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1064767 T3985 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1064768 T3985 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1064769 T3967 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 1064770 T3967 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 1064771 T3967 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1064771 T3967 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1064771 T3967 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1064771 T3967 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1064772 T3967 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1064772 T3967 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1064772 T3967 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1064772 T3967 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1064772 T3967 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
   [junit4]   2> 1064773 T3967 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1064773 T3967 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1064774 T3967 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33313/solr
   [junit4]   2> 1064774 T3967 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1064774 T3967 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1064776 T3989 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@10fb5f3 name:ZooKeeperConnection Watcher:127.0.0.1:33313 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1064776 T3967 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1064777 T3967 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
   [junit4]   2> 1064778 T3967 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1064779 T3991 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ad06f name:ZooKeeperConnection Watcher:127.0.0.1:33313/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1064779 T3967 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1064782 T3967 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1065784 T3967 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 1065786 T3967 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> 1065786 T3982 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 1065786 T3967 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:8983_solr
   [junit4]   2> 1065786 T3991 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 1065786 T3982 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 1065788 T3982 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 1065788 T3982 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1065788 T3991 oascc.ZkStateReader$3.process Updating live nodes... (1)
   [junit4]   2> 1065792 T3992 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1065793 T3992 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1065793 T3992 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1065794 T3992 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1065794 T3992 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 1065794 T3992 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1065794 T3992 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1065795 T3992 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1065795 T3992 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1065796 T3992 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1065796 T3992 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1065844 T3992 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1065883 T3992 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1065884 T3992 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1065890 T3992 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1066197 T3992 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1066202 T3992 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1066204 T3992 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1066214 T3992 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1066216 T3992 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1066218 T3992 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1066219 T3992 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1066219 T3992 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1066219 T3992 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1066220 T3992 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 1066220 T3992 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 1066221 T3992 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1066221 T3992 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/
   [junit4]   2> 1066221 T3992 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@91a472
   [junit4]   2> 1066221 T3992 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2
   [junit4]   2> 1066222 T3992 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index/
   [junit4]   2> 1066222 T3992 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index' doesn't exist. Creating new index...
   [junit4]   2> 1066222 T3992 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index
   [junit4]   2> 1066222 T3992 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1066223 T3992 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@19aa834 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e520bc)),segFN=segments_1,generation=1}
   [junit4]   2> 1066223 T3992 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1066223 T3992 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1066226 T3992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1066226 T3992 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1066226 T3992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1066227 T3992 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1066227 T3992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1066227 T3992 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1066227 T3992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1066228 T3992 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1066228 T3992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1066228 T3992 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1066229 T3992 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1066229 T3992 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1066229 T3992 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1066229 T3992 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1066230 T3992 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1066230 T3992 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1066231 T3992 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1066231 T3992 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1066232 T3992 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1066232 T3992 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1066232 T3992 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1066233 T3992 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1066233 T3992 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1066234 T3992 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1066234 T3992 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1066234 T3992 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1066235 T3992 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1066235 T3992 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1066236 T3992 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1066236 T3992 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1066237 T3992 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1066237 T3992 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1066238 T3992 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1066241 T3992 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1066242 T3992 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1066243 T3992 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [OLD_SYNONYMS.TXT, STOPWORDS.TXT, PROTWORDS.TXT, OPEN-EXCHANGE-RATES.JSON, SYNONYMS.TXT, CURRENCY.XML, MAPPING-ISOLATIN1ACCENT.TXT, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML]
   [junit4]   2> 1066244 T3992 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1066245 T3992 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1066245 T3992 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=16, maxMergedSegmentMB=69.3046875, floorSegmentMB=0.6962890625, forceMergeDeletesPctAllowed=24.8229169763155, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1066246 T3992 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@19aa834 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e520bc)),segFN=segments_1,generation=1}
   [junit4]   2> 1066246 T3992 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1066246 T3992 oass.SolrIndexSearcher.<init> Opening Searcher@479345 main
   [junit4]   2> 1066246 T3992 oashc.SpellCheckComponent.inform Initializing spell checkers
   [junit4]   2> 1066247 T3992 oass.DirectSolrSpellChecker.init init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 1066254 T3993 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@479345 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1066259 T3992 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1066259 T3992 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:8983/solr collection:collection1 shard:shard1
   [junit4]   2> 1066259 T3992 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=10000&maxConnectionsPerHost=20&connTimeout=15000&socketTimeout=30000&retry=false
   [junit4]   2> 1066263 T3983 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1066263 T3992 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> 1066263 T3992 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:8983/solr
   [junit4]   2> 1066263 T3992 oasc.ZkController.checkRecovery WARN Skipping recovery according to sys prop solrcloud.skip.autorecovery
   [junit4]   2> 1066263 T3983 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> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1066264 T3992 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1066264 T3992 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1066265 T3992 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1066266 T3967 oasc.SliceStateUpdateTest.setUp ####SETUP_END testSliceStateUpdate
   [junit4]   2> 1066266 T3983 oasc.Overseer$ClusterStateUpdater.updateState node=core_node1 is already registered
   [junit4]   2> 1066266 T3983 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> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1066266 T3983 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1066266 T3967 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1066267 T3996 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17f5826 name:ZooKeeperConnection Watcher:127.0.0.1:33313/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1066268 T3967 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1066268 T3982 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> 1066268 T3991 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> 1066269 T3983 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> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1066273 T3991 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> 1103777 T3967 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=18509416
   [junit4]   2> 1103895 T3983 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1103896 T3983 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> 1103896 T3983 oasc.Overseer$ClusterStateUpdater.updateState shard=shard1 is already registered
   [junit4]   2> 1103898 T3991 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> 1103899 T3982 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> 1105781 T3967 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1105781 T3967 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1105783 T3967 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@151329d
   [junit4]   2> 1105791 T3967 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> 1105792 T3967 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1105792 T3967 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1105792 T3967 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1105793 T3967 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1105793 T3967 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1105794 T3967 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index;done=false>>]
   [junit4]   2> 1105794 T3967 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index
   [junit4]   2> 1105794 T3967 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2;done=false>>]
   [junit4]   2> 1105795 T3967 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2
   [junit4]   2> 1105797 T3983 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90482254635335684-127.0.0.1:8983_solr-n_0000000000) am no longer a leader.
   [junit4]   2> 1105798 T3967 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=5435026
   [junit4]   2> 1105799 T3991 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1105800 T3991 oasc.Overseer.start Overseer (id=90482254635335686-127.0.0.1:8983_solr-n_0000000001) starting
   [junit4]   2> 1105806 T3998 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1105807 T3997 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1105807 T3991 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1105809 T3991 oasc.ShardLeaderElectionContext.shouldIBeLeader Checking if I should try and be the leader.
   [junit4]   2> 1105809 T3997 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1105809 T3991 oasc.ShardLeaderElectionContext.shouldIBeLeader My last published State was Active, it's okay to be the leader.
   [junit4]   2> 1105810 T3991 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1105810 T3991 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:8983/solr/collection1/ shard1
   [junit4]   2> 1105810 T3997 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> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":null,
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1105810 T3991 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1105818 T3991 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> 1106799 T3967 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1106799 T3967 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1106801 T3967 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@595e18
   [junit4]   2> 1106810 T3967 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> 1106811 T3967 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1106811 T3967 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1106811 T3967 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1106812 T3967 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1106812 T3967 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1106812 T3967 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2;done=false>>]
   [junit4]   2> 1106813 T3967 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2
   [junit4]   2> 1106813 T3967 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index;done=false>>]
   [junit4]   2> 1106813 T3967 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-SliceStateUpdateTest-1380649637378/data2/index
   [junit4]   2> 1106814 T3997 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90482254635335686-127.0.0.1:8983_solr-n_0000000001) am no longer a leader.
   [junit4]   2> 1106816 T3991 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 1106817 T3991 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1106817 T3991 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1106819 T3967 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33313 33313
   [junit4]   2> 1107153 T3967 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=4A50313C23BCD1C7 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl_PL -Dtests.timezone=America/Argentina/Cordoba -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 45.7s J0 | SliceStateUpdateTest.testSliceStateUpdate <<<
   [junit4]    > Throwable #1: org.junit.ComparisonFailure: expected:<[in]active> but was:<[]active>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([4A50313C23BCD1C7:9A32BC707D690B43]:0)
   [junit4]    > 	at org.apache.solr.cloud.SliceStateUpdateTest.testSliceStateUpdate(SliceStateUpdateTest.java:183)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 1107163 T3967 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=pl_PL, timezone=America/Argentina/Cordoba
   [junit4]   2> NOTE: Linux 3.2.0-54-generic i386/Oracle Corporation 1.7.0_40 (32-bit)/cpus=8,threads=1,free=52120904,total=255774720
   [junit4]   2> NOTE: All tests run in this JVM: [LukeRequestHandlerTest, TestSystemIdResolver, TestLuceneMatchVersion, PrimitiveFieldTypeTest, WordBreakSolrSpellCheckerTest, ParsingFieldUpdateProcessorsTest, JsonLoaderTest, TestLFUCache, ShardRoutingTest, TestFaceting, HdfsBasicDistributedZk2Test, UnloadDistributedZkTest, TestDocSet, PolyFieldTest, TestDynamicFieldCollectionResource, TestStressVersions, CopyFieldTest, TestLMDirichletSimilarityFactory, TestPerFieldSimilarity, SimpleFacetsTest, InfoHandlerTest, BasicFunctionalityTest, TestSerializedLuceneMatchVersion, BinaryUpdateRequestHandlerTest, SpatialFilterTest, QueryResultKeyTest, AnalysisAfterCoreReloadTest, QueryElevationComponentTest, TestPseudoReturnFields, TestRandomDVFaceting, TestSurroundQueryParser, LeaderElectionTest, TestReversedWildcardFilterFactory, SolrXmlInZkTest, TestRealTimeGet, MBeansHandlerTest, SearchHandlerTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestDocumentBuilder, ClusterStateUpdateTest, TestBadConfig, CachingDirectoryFactoryTest, CoreAdminCreateDiscoverTest, DistributedSpellCheckComponentTest, SystemInfoHandlerTest, ExternalFileFieldSortTest, FastVectorHighlighterTest, HdfsBasicDistributedZkTest, AutoCommitTest, DistributedQueryElevationComponentTest, TestTrie, TestJmxMonitoredMap, UpdateRequestProcessorFactoryTest, BadComponentTest, TestSolrIndexConfig, SolrTestCaseJ4Test, SOLR749Test, URLClassifyProcessorTest, TestWriterPerf, HdfsLockFactoryTest, RegexBoostProcessorTest, SuggesterTest, RecoveryZkTest, LoggingHandlerTest, TermsComponentTest, CacheHeaderTest, SynonymTokenizerTest, ClusterStateTest, TestSchemaVersionResource, HdfsCollectionsAPIDistributedZkTest, TestNoOpRegenerator, TestLMJelinekMercerSimilarityFactory, TestSuggestSpellingConverter, TestSort, TestConfig, HdfsSyncSliceTest, TestGroupingSearch, FileBasedSpellCheckerTest, BasicDistributedZkTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, OpenCloseCoreStressTest, LeaderElectionIntegrationTest, TestReplicationHandler, ZkSolrClientTest, TestZkChroot, SliceStateUpdateTest]
   [junit4] Completed on J0 in 45.73s, 1 test, 1 failure <<< FAILURES!

[...truncated 48 lines...]
   [junit4] Suite: org.apache.solr.search.TestFiltering
   [junit4]   2> 1159772 T4114 oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719
   [junit4]   2> 1159773 T4114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1159773 T4114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1159773 T4114 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1159813 T4114 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1159854 T4114 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1159855 T4114 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 1159860 T4114 oass.IndexSchema.readSchema [null] Schema name=test
   [junit4]   2> 1160152 T4114 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1160155 T4114 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1160157 T4114 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1160163 T4114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1160165 T4114 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1160167 T4114 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1160168 T4114 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 1160168 T4114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1160175 T4114 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1160175 T4114 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr
   [junit4]   2> 1160175 T4114 oasc.SolrResourceLoader.<init> new SolrResourceLoader for deduced Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/'
   [junit4]   2> 1160209 T4114 oasc.CoreContainer.<init> New CoreContainer 420338
   [junit4]   2> 1160209 T4114 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/]
   [junit4]   2> 1160210 T4114 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 0
   [junit4]   2> 1160211 T4114 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1160211 T4114 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 0
   [junit4]   2> 1160211 T4114 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1160211 T4114 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1160211 T4114 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1160211 T4114 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1160212 T4114 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1160212 T4114 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1160212 T4114 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=0&connTimeout=0&retry=false
   [junit4]   2> 1160213 T4114 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1160213 T4114 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1160217 T4115 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1
   [junit4]   2> 1160217 T4115 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/'
   [junit4]   2> 1160217 T4115 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/README' to classloader
   [junit4]   2> 1160217 T4115 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/lib/classes/' to classloader
   [junit4]   2> 1160252 T4115 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1160301 T4115 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1160301 T4115 oass.IndexSchema.readSchema Reading Solr Schema from schema12.xml
   [junit4]   2> 1160309 T4115 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1160597 T4115 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1160599 T4115 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1160600 T4115 oass.IndexSchema.readSchema WARN Field text is not multivalued and destination for multiple copyFields (2)
   [junit4]   2> 1160606 T4115 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1160608 T4115 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1160610 T4115 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1160611 T4115 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719/
   [junit4]   2> 1160611 T4115 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ad5cfc
   [junit4]   2> 1160611 T4115 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719
   [junit4]   2> 1160611 T4115 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719/index/
   [junit4]   2> 1160612 T4115 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719/index' doesn't exist. Creating new index...
   [junit4]   2> 1160612 T4115 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719/index
   [junit4]   2> 1160612 T4115 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=26, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1160613 T4115 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@251aaf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1583db6)),segFN=segments_1,generation=1}
   [junit4]   2> 1160613 T4115 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1160613 T4115 oasc.SolrCore.initWriters created xml: solr.XMLResponseWriter
   [junit4]   2> 1160615 T4115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1160615 T4115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1160616 T4115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1160616 T4115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe-allfields"
   [junit4]   2> 1160616 T4115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1160616 T4115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1160616 T4115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1160617 T4115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "uniq-fields"
   [junit4]   2> 1160617 T4115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1160617 T4115 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1160617 T4115 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1160617 T4115 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1160618 T4115 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1160618 T4115 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1160618 T4115 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1160618 T4115 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1160619 T4115 oasc.RequestHandlers.initHandlersFromConfig created dismax: solr.SearchHandler
   [junit4]   2> 1160619 T4115 oasc.RequestHandlers.initHandlersFromConfig created mock: org.apache.solr.core.MockQuerySenderListenerReqHandler
   [junit4]   2> 1160619 T4115 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1160620 T4115 oasc.RequestHandlers.initHandlersFromConfig created defaults: solr.StandardRequestHandler
   [junit4]   2> 1160620 T4115 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.StandardRequestHandler
   [junit4]   2> 1160620 T4115 oasc.RequestHandlers.initHandlersFromConfig created lazy: solr.StandardRequestHandler
   [junit4]   2> 1160620 T4115 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1160621 T4115 oasc.RequestHandlers.initHandlersFromConfig created /terms: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1160621 T4115 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1160621 T4115 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1160622 T4115 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1160622 T4115 oasc.RequestHandlers.initHandlersFromConfig created spellCheckWithWordbreak_Direct: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1160622 T4115 oasc.RequestHandlers.initHandlersFromConfig created spellCheckCompRH1: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1160622 T4115 oasc.RequestHandlers.initHandlersFromConfig created mltrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1160623 T4115 oasc.RequestHandlers.initHandlersFromConfig created tvrh: org.apache.solr.handler.component.SearchHandler
   [junit4]   2> 1160623 T4115 oasc.RequestHandlers.initHandlersFromConfig created /mlt: solr.MoreLikeThisHandler
   [junit4]   2> 1160623 T4115 oasc.RequestHandlers.initHandlersFromConfig created /debug/dump: solr.DumpRequestHandler
   [junit4]   2> 1160626 T4115 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1160627 T4115 oasc.SolrCore.initDeprecatedSupport WARN solrconfig.xml uses deprecated <admin/gettableFiles>, Please update your config to use the ShowFileRequestHandler.
   [junit4]   2> 1160628 T4115 oasc.SolrCore.initDeprecatedSupport WARN adding ShowFileRequestHandler with hidden files: [SCHEMA-REQUIRED-FIELDS.XML, BAD-SCHEMA-DUP-DYNAMICFIELD.XML, SCHEMA-REPLICATION2.XML, TRIVIAL.UPDATEPROCESSOR1.JS, SCHEMA-MINIMAL.XML, SOLRCONFIG-CACHING.XML, SOLRCONFIG-REPEATER.XML, BAD-SCHEMA-CURRENCY-FT-BOGUS-CODE-IN-XML.XML, SOLRCONFIG-TLOG.XML, SOLRCONFIG-COMPONENTS-NAME.XML, BAD-SCHEMA-UNIQUEKEY-MULTIVALUED.XML, SCHEMA11.XML, MISSLEADING.EXTENSION.UPDATEPROCESSOR.JS.TXT, SOLRCONFIG-SLAVE.XML, ELEVATE.XML, TRIVIAL.UPDATEPROCESSOR0.JS, SCHEMA-SWEETSPOT.XML, SCHEMA-CHARFILTERS.XML, SCHEMA-IB.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, DA_UTF8.XML, SOLRCONFIG-NOOPREGEN.XML, MISSING.FUNCTIONS.UPDATEPROCESSOR.JS, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD-UNIQUE-KEY.XML, SCHEMA-SNIPPET-TYPE.XML, STOPWORDSWRONGENCODING.TXT, SCHEMA-NUMERIC.XML, BAD-SCHEMA-DYNAMICFIELD-DEFAULT-VAL.XML, STOPTYPES-2.TXT, SCHEMA-REVERSED.XML, BAD-SCHEMA-CURRENCY-FT-MULTIVALUED.XML, SOLRCONFIG-SPELLCHECKCOMPONENT.XML, BAD-SCHEMA-CURRENCY-MULTIVALUED.XML, SCHEMA-DFR.XML, BAD-SCHEMA-NOT-INDEXED-BUT-POS.XML, OPEN-EXCHANGE-RATES.JSON, STOPWITHBOM.TXT, SOLRCONFIG-SPELLCHECKER.XML, SCHEMA-BINARYFIELD.XML, SOLRCONFIG-UPDATE-PROCESSOR-CHAINS.XML, BAD-SCHEMA-OMIT-TF-BUT-NOT-POS.XML, BAD-SCHEMA-DUP-FIELDTYPE.XML, SOLRCONFIG-MINIMAL.XML, BAD-SCHEMA-CURRENCY-DYNAMIC-MULTIVALUED.XML, BAD-SCHEMA-UNSUPPORTED-DOCVALUES.XML, SCHEMA_CODEC.XML, SOLRCONFIG-FUNCTIONQUERY.XML, SOLRCONFIG-ELEVATE.XML, SCHEMA-FOLDING.XML, SCHEMA-STOP-KEEP.XML, SOLRCONFIG-TIEREDMERGEPOLICY.XML, STOP-1.TXT, SOLRCONFIG-MASTER2.XML, SCHEMA-SPELLCHECKER.XML, SOLRCONFIG-RESPONSE-LOG-COMPONENT.XML, SOLRCONFIG-LAZYWRITER.XML, BAD-MP-SOLRCONFIG.XML, HUNSPELL-TEST.DIC, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SOLRCONFIG-XINCLUDE.XML, BAD-SCHEMA-CODEC-GLOBAL-VS-FT-MISMATCH.XML, SCHEMA-SIM.XML, BAD-SCHEMA-SIM-GLOBAL-VS-FT-MISMATCH.XML, SOLRCONFIG-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR-CHAINS.XML, SOLRCONFIG_CODEC.XML, SCHEMA-SYNONYM-TOKENIZER.XML, JASUGGEST.TXT, SCHEMA-REST-LUCENE-MATCH-VERSION.XML, SCHEMA-ADD-SCHEMA-FIELDS-UPDATE-PROCESSOR.XML, SCHEMA-TFIDF.XML, PHRASESUGGEST.TXT, OLD_SYNONYMS.TXT, SOLRCONFIG-DELPOLICY2.XML, BAD-SCHEMA-DUP-FIELD.XML, SOLRCONFIG-NOCACHE.XML, ADDFIELDS.UPDATEPROCESSOR.JS, COMPOUNDDICTIONARY.TXT, BAD-SCHEMA-UNIQUEKEY-IS-COPYFIELD-DEST.XML, MAPPING-ISOLATIN1ACCENT.TXT, BAD_SOLRCONFIG.XML, SOLRCONFIG.SNIPPET.RANDOMINDEXCONFIG.XML, BAD-SCHEMA-EXTERNAL-FILEFIELD.XML, THROW.ERROR.ON.ADD.UPDATEPROCESSOR.JS, SOLRCONFIG-HIGHLIGHT.XML, BAD-SOLRCONFIG-UNEXPECTED-SCHEMA-ATTRIBUTE.XML, SCHEMA-POSTINGSHIGHLIGHT.XML, REGEX-BOOST-PROCESSOR-TEST.TXT, BAD-SCHEMA-NONTEXT-ANALYZER.XML, CURRENCY.XML, SOLRCONFIG-MASTER.XML, SOLRCONFIG-MERGEPOLICY-LEGACY.XML, SOLRCONFIG-BASIC.XML, DA_COMPOUNDDICTIONARY.TXT, SCHEMA-COPYFIELD-TEST.XML, BAD-SOLRCONFIG-BOGUS-SCRIPTENGINE-NAME.XML, SOLRCONFIG-QUERYSENDER.XML, SCHEMA-REPLICATION1.XML, SOLRCONFIG-SNIPPET-PROCESSOR.XML, BAD-SOLRCONFIG-MULTIPLE-INDEXCONFIGS.XML, BAD-SCHEMA-NON-GLOB-COPYFIELD-SOURCE-MATCHING-NOTHING-SHOULD-FAIL-TEST.XML, SCHEMA-TINY.XML, CONDITIONAL.UPDATEPROCESSOR.JS, SOLRCONFIG-DEFAULTS.XML, HYPHENATION.DTD, BAD-SOLRCONFIG-SCHEMA-MUTABLE-BUT-NOT-MANAGED.XML, SCHEMA-PHRASESUGGEST.XML, STEMDICT.TXT, SCHEMA-ID-AND-VERSION-FIELDS-ONLY.XML, HUNSPELL-TEST.AFF, BAD-SCHEMA-CURRENCY-FT-OER-NORATES.XML, BAD-SCHEMA-DYNAMICFIELD-REQUIRED.XML, STOPTYPES-1.TXT, SOLRCONFIG-TRANSFORMERS.XML, BAD-SCHEMA-NOT-INDEXED-BUT-TF.XML, ANALYZINGINFIXSUGGEST.TXT, SCHEMA-DOCVALUES.XML, SOLRCONFIG-INFOSTREAM-LOGGING.XML, WDFTYPES.TXT, BAD-SCHEMA-BOGUS-ANALYSIS-PARAMETERS.XML, SOLRCONFIG-PHRASESUGGEST.XML, KEEP-1.TXT, SCHEMA-SPATIAL.XML, SOLRCONFIG-POSTINGSHIGHLIGHT.XML, SOLRCONFIG-WARMER.XML, SOLRCONFIG-TEST-MISC.XML, SCHEMA-XINCLUDE.XML, SOLRCONFIG-MASTER1.XML, BAD-SCHEMA-MULTIPLE-ASTERISK-COPYFIELD-SOURCE-SHOULD-FAIL-TEST.XML, SCHEMA-BEHAVIOR.XML, SYNONYMS.TXT, SCHEMA-DOCVALUESMULTI.XML, SCHEMA-SNIPPET-TYPES.INCL, SOLRCONFIG-IMPLICITPROPERTIES.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-HYPERBOLIC.XML, SOLRCONFIG-SOLR-749.XML, SCHEMA-EFF.XML, SOLRCONFIG-MASTER1-KEEPONEBACKUP.XML, STOP-2.TXT, SCHEMA-LMDIRICHLET.XML, SCHEMA-ONE-FIELD-NO-DYNAMIC-FIELD.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-NORMS.XML, BAD-SCHEMA-SWEETSPOT-PARTIAL-BASELINE.XML, STOPWORDS.TXT, BAD-SCHEMA-BOGUS-FIELD-PARAMETERS.XML, FUZZYSUGGEST.TXT, BAD-SOLRCONFIG-MANAGED-SCHEMA-NAMED-SCHEMA.XML.XML, BAD-SCHEMA-NOT-INDEXED-BUT-NORMS.XML, SCHEMA-REST.XML, SOLRCONFIG-SOLCOREPROPERTIES.XML, SOLRCONFIG-PARSING-UPDATE-PROCESSOR-CHAINS.XML, BAD-SOLRCONFIG-WARMER-NO-REOPEN.XML, SOLRCONFIG-MANAGED-SCHEMA.XML, SOLRCONFIG-MERGEPOLICY-DEFAULTS.XML, BAD-SCHEMA-MISPLACED-ASTERISK-COPYFIELD-DEST-SHOULD-FAIL-TEST.XML, SCHEMA-LUCENEMATCHVERSION.XML, SCHEMA-CLASS-NAME-SHORTENING-ON-SERIALIZATION.XML, FRENCHARTICLES.TXT, SCHEMA15.XML, SOLRCONFIG-REQHANDLER.INCL, BAD-SOLRCONFIG-MULTIPLE-DIRFACTORY.XML, SCHEMASURROUND.XML, SOLRCONFIG-MASTER3.XML, SOLRCONFIG-SLAVE1.XML, SOLRCONFIG-DELPOLICY1.XML, SCHEMA-SNIPPET-FIELD.XML, SCHEMA-COLLATE.XML, STOP-SNOWBALL.TXT, PROTWORDS.TXT, SCHEMA-TRIE.XML, BAD-SOLRCONFIG-INVALID-SCRIPTFILE.XML, SCHEMA-DOCVALUESMISSING.XML, BAD-SOLRCONFIG-MULTIPLE-CFS.XML, SCHEMA-DOCVALUESFACETING.XML, SOLRCONFIG-SCRIPT-UPDATEPROCESSOR.XML, SCHEMA-LMJELINEKMERCER.XML, BAD-SOLRCONFIG-MISSING-SCRIPTFILE.XML, BAD-SCHEMA-UNIQUEKEY-USES-DEFAULT.XML, XSLT, SOLRCONFIG-LOGMERGEPOLICY.XML, SCHEMA-B

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

  2> 1177465 T4114 C3520 oasu.DirectUpdateHandler2.deleteAll [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1177465 T4114 C3520 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {deleteByQuery=*:*} 0 0
   [junit4]   2> 1177471 T4114 C3520 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[4]} 0 0
   [junit4]   2> 1177477 T4114 C3520 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[1]} 0 1
   [junit4]   2> 1177482 T4114 C3520 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[3]} 0 0
   [junit4]   2> 1177488 T4114 C3520 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {add=[2]} 0 0
   [junit4]   2> 1177493 T4114 C3520 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1177495 T4114 C3520 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=2
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@251aaf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1583db6)),segFN=segments_13,generation=39}
   [junit4]   2> 		commit{dir=RateLimitedDirectoryWrapper(MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@251aaf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1583db6)),segFN=segments_14,generation=40}
   [junit4]   2> 1177495 T4114 C3520 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 40
   [junit4]   2> 1177496 T4114 C3520 oass.SolrIndexSearcher.<init> Opening Searcher@6580cf main
   [junit4]   2> 1177496 T4114 C3520 oasu.DirectUpdateHandler2.commit end_commit_flush
   [junit4]   2> 1177499 T4116 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6580cf main{StandardDirectoryReader(segments_14:94:nrt _13(5.0):c4)}
   [junit4]   2> 1177499 T4114 C3520 oasup.LogUpdateProcessor.finish [collection1] webapp=null path=null params={} {commit=} 0 6
   [junit4]   2> 1177501 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!frange+l%3D2+u%3D3+cache%3Dfalse+cost%3D100}val_i} hits=2 status=0 QTime=0 
   [junit4]   2> 1177502 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!frange+l%3D2+u%3D3+cache%3Dfalse+cost%3D100}val_i} hits=2 status=0 QTime=0 
   [junit4]   2> 1177503 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!frange+l%3D2+u%3D4}val_i} hits=3 status=0 QTime=0 
   [junit4]   2> 1177503 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={q=*:*&fq={!frange+l%3D2+u%3D5+cache%3Dfalse}val_i} hits=3 status=0 QTime=0 
   [junit4]   2> 1177504 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&q=*:*&facet.field=id&fq={!frange+l%3D2+u%3D6+cache%3Dfalse+cost%3D100}val_i} hits=3 status=0 QTime=0 
   [junit4]   2> 1177505 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&q=*:*&facet.field=id&fq={!frange+l%3D2+u%3D6+cache%3Dfalse+cost%3D100}val_i} hits=3 status=0 QTime=0 
   [junit4]   2> 1177505 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&q=*:*&facet.field=id&fq={!frange+l%3D2+u%3D7}val_i} hits=3 status=0 QTime=0 
   [junit4]   2> 1177506 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={facet=true&q=*:*&facet.field=id&fq={!frange+l%3D2+u%3D8+cache%3Dfalse}val_i} hits=3 status=0 QTime=0 
   [junit4]   2> 1177507 T4114 C3520 oasc.SolrCore.execute [collection1] webapp=null path=null params={fl=val_i&sort=val_i+asc&start=2&q={!cache%3Dfalse}*:*&rows=1} hits=4 status=0 QTime=1 
   [junit4]   2> 1177507 T4114 oas.SolrTestCaseJ4.tearDown ###Ending testCaching
   [junit4]   2> 1177510 T4114 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 1177510 T4114 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=420338
   [junit4]   2> 1177510 T4114 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@17ef06e
   [junit4]   2> 1177523 T4114 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=39,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=361,cumulative_deletesById=0,cumulative_deletesByQuery=13,cumulative_errors=0}
   [junit4]   2> 1177524 T4114 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1177524 T4114 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1177524 T4114 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1177525 T4114 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1177525 T4114 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1177525 T4114 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719/index [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719/index;done=false>>]
   [junit4]   2> 1177525 T4114 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719/index
   [junit4]   2> 1177525 T4114 oasc.CachingDirectoryFactory.closeCacheValue looking to close /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719 [CachedDir<<refCount=0;path=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719;done=false>>]
   [junit4]   2> 1177526 T4114 oasc.CachingDirectoryFactory.close Closing directory: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J1/./solrtest-TestFiltering-1380649735719
   [junit4]   2> NOTE: test params are: codec=Lucene42, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=mt, timezone=Asia/Phnom_Penh
   [junit4]   2> NOTE: Linux 3.2.0-54-generic i386/Oracle Corporation 1.7.0_40 (32-bit)/cpus=8,threads=1,free=62539992,total=276283392
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentDistributedTest, TimeZoneUtilsTest, ChaosMonkeyNothingIsSafeTest, TestFastLRUCache, BlockCacheTest, UniqFieldsUpdateProcessorFactoryTest, StandardRequestHandlerTest, TestSolrJ, TestHashPartitioner, TestManagedSchemaFieldResource, BadCopyFieldTest, AlternateDirectoryTest, HdfsRecoveryZkTest, TestRecoveryHdfs, TestFieldCollectionResource, TestComponentsName, DateFieldTest, TestSweetSpotSimilarityFactory, TestCloudManagedSchema, SpellCheckCollatorTest, SuggesterTSTTest, TestUniqueKeyFieldResource, SpellCheckComponentTest, DisMaxRequestHandlerTest, PreAnalyzedFieldTest, FieldAnalysisRequestHandlerTest, TestRecovery, SolrCoreCheckLockOnStartupTest, ConvertedLegacyTest, TestStressReorder, TestWordDelimiterFilterFactory, DirectSolrConnectionTest, FullSolrCloudDistribCmdsTest, ChaosMonkeySafeLeaderTest, ZkNodePropsTest, DistanceFunctionTest, HighlighterConfigTest, TestBinaryResponseWriter, SignatureUpdateProcessorFactoryTest, TestRandomFaceting, DeleteShardTest, TestImplicitCoreProperties, RequestHandlersTest, XsltUpdateRequestHandlerTest, TestOmitPositions, TestCopyFieldCollectionResource, CoreContainerCoreInitFailuresTest, HardAutoCommitTest, AliasIntegrationTest, TestLazyCores, TestFastWriter, TestSolrDeletionPolicy2, TestDistributedSearch, TestCodecSupport, TestFastOutputStream, CurrencyFieldOpenExchangeTest, DirectUpdateHandlerTest, PrimUtilsTest, HdfsDirectoryTest, ShardSplitTest, StatsComponentTest, TestClassNameShortening, SuggesterWFSTTest, TestFoldingMultitermQuery, CustomCollectionTest, TestFieldTypeResource, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestStressRecovery, SpellingQueryConverterTest, TestPhraseSuggestions, TestIBSimilarityFactory, TestInfoStreamLogging, RAMDirectoryFactoryTest, TestSolrCoreProperties, TestAnalyzedSuggestions, TestBinaryField, SyncSliceTest, OverseerTest, BasicZkTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedGrouping, ZkControllerTest, TestJoin, TestCoreContainer, SolrCmdDistributorTest, PeerSyncTest, TestFiltering]
   [junit4] Completed on J1 in 17.78s, 2 tests, 1 failure <<< FAILURES!

[...truncated 403 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:421: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:401: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:455: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1230: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:873: There were test failures: 326 suites, 1449 tests, 2 failures, 34 ignored (6 assumptions)

Total time: 41 minutes 41 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_40 -server -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure