You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/03/18 14:28:52 UTC

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.7.0_80-ea-b05) - Build # 11836 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11836/
Java: 64bit/jdk1.7.0_80-ea-b05 -XX:-UseCompressedOops -XX:+UseSerialGC

All tests passed

Build Log:
[...truncated 9226 lines...]
    [javac] Compiling 519 source files to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/classes/test
    [javac] /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test/org/apache/solr/servlet/SolrRequestParserTest.java:426: error: cannot find symbol
    [javac]     expect(request.getInputStream()).andReturn(new ByteServletInputStream(body.getBytes(StandardCharsets.US_ASCII)));
    [javac]                                                    ^
    [javac]   symbol:   class ByteServletInputStream
    [javac]   location: class SolrRequestParserTest
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 1 error

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:799: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:813: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1882: Compile failed; see the compiler error output for details.

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



[JENKINS] Lucene-Solr-5.x-Linux (32bit/jdk1.7.0_80-ea-b05) - Build # 11837 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11837/
Java: 32bit/jdk1.7.0_80-ea-b05 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.SyncSliceTest.test

Error Message:
shard1 is not consistent.  Got 305 from http://127.0.0.1:47902/collection1lastClient and got 5 from http://127.0.0.1:50209/collection1

Stack Trace:
java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:47902/collection1lastClient and got 5 from http://127.0.0.1:50209/collection1
	at __randomizedtesting.SeedInfo.seed([340EEB19E2711943:BC5AD4C34C8D74BB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1310)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1289)
	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:230)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9729 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/init-core-data-001
   [junit4]   2> 405742 T2276 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 405742 T2276 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 405744 T2276 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 405745 T2277 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 405845 T2276 oasc.ZkTestServer.run start zk server on port:38847
   [junit4]   2> 405845 T2276 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 405846 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 405855 T2284 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3330a9 name:ZooKeeperConnection Watcher:127.0.0.1:38847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 405855 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 405855 T2276 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 405855 T2276 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 405857 T2276 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 405857 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 405858 T2287 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ee6efc name:ZooKeeperConnection Watcher:127.0.0.1:38847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 405858 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 405859 T2276 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 405859 T2276 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 405860 T2276 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 405860 T2276 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 405861 T2276 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 405862 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 405862 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 405863 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 405863 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 405864 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 405864 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 405865 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 405865 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 405866 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 405866 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 405867 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 405867 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 405868 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 405868 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 405869 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 405869 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 405870 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 405870 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 405871 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 405871 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 405872 T2276 oasc.AbstractZkTestCase.putConfig put /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 405872 T2276 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 405918 T2276 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1
   [junit4]   2> 405919 T2276 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 405921 T2276 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40567
   [junit4]   2> 405921 T2276 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/tempDir-001/control/data, hostPort=40567, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores, hostContext=/}
   [junit4]   2> 405921 T2276 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@47034b
   [junit4]   2> 405922 T2276 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/'
   [junit4]   2> 405933 T2276 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/solr.xml
   [junit4]   2> 405942 T2276 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores
   [junit4]   2> 405942 T2276 oasc.CoreContainer.<init> New CoreContainer 9757990
   [junit4]   2> 405943 T2276 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/]
   [junit4]   2> 405943 T2276 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/lib
   [junit4]   2> 405944 T2276 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/lib).
   [junit4]   2> 405949 T2276 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 405949 T2276 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 405949 T2276 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 405949 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 405949 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 405950 T2276 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 405950 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 405950 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 405950 T2276 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 405950 T2276 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 405951 T2276 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 405951 T2276 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 405951 T2276 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 405951 T2276 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 405952 T2276 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 405952 T2276 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38847/solr
   [junit4]   2> 405952 T2276 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 405952 T2276 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 405953 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 405954 T2299 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d341e6 name:ZooKeeperConnection Watcher:127.0.0.1:38847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 405954 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 405955 T2276 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 405956 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 405957 T2302 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19f831 name:ZooKeeperConnection Watcher:127.0.0.1:38847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 405958 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 405959 T2276 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 405960 T2276 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 405961 T2276 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 405962 T2276 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 405963 T2276 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 405964 T2276 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 405964 T2276 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 405965 T2276 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 405966 T2276 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40567_
   [junit4]   2> 405966 T2276 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40567_
   [junit4]   2> 405967 T2276 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 405968 T2276 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 405968 T2276 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 405969 T2276 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:40567_
   [junit4]   2> 405969 T2276 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 405970 T2276 oasc.Overseer.start Overseer (id=93499608753635331-127.0.0.1:40567_-n_0000000000) starting
   [junit4]   2> 405971 T2276 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 405974 T2276 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 405975 T2304 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 405975 T2303 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 405975 T2276 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 405977 T2276 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores
   [junit4]   1> CORE DESCRIPTOR: {shard=, loadOnStartup=true, coreNodeName=, config=solrconfig.xml, schema=schema.xml, dataDir=data/, name=collection1, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1, collection=control_collection, transient=false, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/}
   [junit4]   2> 405978 T2276 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/
   [junit4]   2> 405978 T2276 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 405979 T2306 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 405979 T2306 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 405979 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 405979 T2306 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 405980 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:40567_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40567",
   [junit4]   2> 	  "shard":null} current state version: 0
   [junit4]   2> 405980 T2303 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:40567_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40567",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 405980 T2303 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 405981 T2303 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 405981 T2302 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> 406980 T2306 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 406980 T2306 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 406980 T2306 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 406981 T2306 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 406981 T2306 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 406981 T2306 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/'
   [junit4]   2> 406991 T2306 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 406992 T2306 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 406996 T2306 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 407005 T2306 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 407037 T2306 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 407038 T2306 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 407043 T2306 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 407297 T2306 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 407305 T2306 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 407308 T2306 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 407320 T2306 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 407324 T2306 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 407326 T2306 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 407326 T2306 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 407327 T2306 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 407327 T2306 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 407328 T2306 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 407328 T2306 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 407328 T2306 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 407328 T2306 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 407328 T2306 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/data/
   [junit4]   2> 407329 T2306 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f4c543
   [junit4]   2> 407329 T2306 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/data
   [junit4]   2> 407330 T2306 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/data/index/
   [junit4]   2> 407330 T2306 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 407330 T2306 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/control-001/cores/collection1/data/index
   [junit4]   2> 407331 T2306 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=71.09375, floorSegmentMB=1.9423828125, forceMergeDeletesPctAllowed=0.8451008460969334, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8854032630161507
   [junit4]   2> 407331 T2306 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@530bc6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a2dc6),segFN=segments_1,generation=1}
   [junit4]   2> 407332 T2306 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 407336 T2306 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 407337 T2306 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 407337 T2306 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 407337 T2306 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 407337 T2306 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 407338 T2306 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 407338 T2306 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 407338 T2306 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 407338 T2306 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 407341 T2306 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 407342 T2306 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 407344 T2306 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 407345 T2306 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 407350 T2306 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/update,/update/json/docs,/admin/segments,/admin/luke,/admin/file,/update/csv,/admin/system,/schema,/get,/config,standard,/admin/logging,/admin/threads,/replication,/admin/mbeans,/admin/properties,/update/json,/admin/plugins
   [junit4]   2> 407352 T2306 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 407353 T2306 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 407353 T2306 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 407353 T2306 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 407354 T2306 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 407354 T2306 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1e8133a
   [junit4]   2> 407354 T2306 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@530bc6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2a2dc6),segFN=segments_1,generation=1}
   [junit4]   2> 407355 T2306 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 407355 T2306 oass.SolrIndexSearcher.<init> Opening Searcher@e1916b[collection1] main
   [junit4]   2> 407355 T2306 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 407356 T2306 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 407356 T2306 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 407357 T2306 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 407357 T2306 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 407357 T2306 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 407357 T2306 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 407358 T2306 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 407358 T2306 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 407358 T2306 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 407358 T2306 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 407359 T2307 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e1916b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 407359 T2310 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40567 collection:control_collection shard:shard1
   [junit4]   2> 407360 T2276 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 407360 T2276 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 407360 T2310 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 407360 T2276 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 407362 T2310 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 407363 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407363 T2313 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3eea04 name:ZooKeeperConnection Watcher:127.0.0.1:38847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407363 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 407363 T2310 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 407364 T2310 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 407364 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 407363 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> ASYNC  NEW_CORE C1542 name=collection1 org.apache.solr.core.SolrCore@34f462 url=http://127.0.0.1:40567/collection1 node=127.0.0.1:40567_ C1542_STATE=coll:control_collection core:collection1 props:{node_name=127.0.0.1:40567_, core=collection1, state=down, base_url=http://127.0.0.1:40567}
   [junit4]   2> 407364 T2310 C1542 P40567 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40567/collection1/
   [junit4]   2> 407364 T2276 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 407364 T2310 C1542 P40567 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 407365 T2276 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 407365 T2310 C1542 P40567 oasc.SyncStrategy.syncToMe http://127.0.0.1:40567/collection1/ has no replicas
   [junit4]   2> 407365 T2310 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40567/collection1/ shard1
   [junit4]   2> 407365 T2310 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 407366 T2276 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 407367 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 407367 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40567",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 407414 T2276 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1
   [junit4]   2> 407415 T2276 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001
   [junit4]   2> 407415 T2276 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 407416 T2276 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:58289
   [junit4]   2> 407417 T2276 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores, solrconfig=solrconfig.xml, hostContext=/, hostPort=58289, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/tempDir-001/jetty1}
   [junit4]   2> 407417 T2276 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@47034b
   [junit4]   2> 407418 T2276 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/'
   [junit4]   2> 407428 T2276 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/solr.xml
   [junit4]   2> 407438 T2276 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores
   [junit4]   2> 407438 T2276 oasc.CoreContainer.<init> New CoreContainer 4465604
   [junit4]   2> 407438 T2276 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/]
   [junit4]   2> 407439 T2276 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/lib
   [junit4]   2> 407439 T2276 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/lib).
   [junit4]   2> 407444 T2276 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 407444 T2276 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 407444 T2276 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 407444 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 407445 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 407445 T2276 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 407445 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 407445 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 407445 T2276 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 407446 T2276 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 407446 T2276 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 407446 T2276 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 407446 T2276 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 407447 T2276 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 407447 T2276 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 407447 T2276 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38847/solr
   [junit4]   2> 407447 T2276 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 407447 T2276 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 407448 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407449 T2325 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1b5cce1 name:ZooKeeperConnection Watcher:127.0.0.1:38847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407449 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407450 T2276 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 407451 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 407451 T2328 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e04dba name:ZooKeeperConnection Watcher:127.0.0.1:38847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 407452 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 407454 T2276 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 407469 T2313 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> 407469 T2328 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> 407469 T2302 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> 407517 T2310 oasc.ZkController.register We are http://127.0.0.1:40567/collection1/ and leader is http://127.0.0.1:40567/collection1/
   [junit4]   2> 407518 T2310 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40567
   [junit4]   2> 407518 T2310 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 407518 T2310 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 407518 T2310 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 407519 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 407520 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:40567_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40567",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"} current state version: 2
   [junit4]   2> 407520 T2303 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "node_name":"127.0.0.1:40567_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:40567",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 407622 T2302 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> 407622 T2313 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> 407622 T2328 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> 408456 T2276 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:58289_
   [junit4]   2> 408456 T2276 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:58289_
   [junit4]   2> 408458 T2276 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 408459 T2276 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores
   [junit4]   1> CORE DESCRIPTOR: {schema=schema.xml, transient=false, loadOnStartup=true, name=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/, coreNodeName=, config=solrconfig.xml, collection=collection1, dataDir=data/, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1, shard=}
   [junit4]   2> 408460 T2276 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/
   [junit4]   2> 408460 T2276 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 408460 T2329 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 408461 T2329 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 408461 T2329 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 408461 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 408462 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:58289_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58289",
   [junit4]   2> 	  "shard":null} current state version: 3
   [junit4]   2> 408462 T2303 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:58289_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58289",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 408462 T2303 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 408462 T2303 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 408564 T2328 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 408564 T2313 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 408564 T2302 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 409461 T2329 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 409462 T2329 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 409462 T2329 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 409462 T2329 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 409463 T2329 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 409463 T2329 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/'
   [junit4]   2> 409472 T2329 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 409474 T2329 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 409478 T2329 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 409494 T2329 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 409534 T2329 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 409535 T2329 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 409544 T2329 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 409812 T2329 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 409817 T2329 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 409818 T2329 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 409824 T2329 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 409825 T2329 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 409827 T2329 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 409828 T2329 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 409828 T2329 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 409828 T2329 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 409828 T2329 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 409829 T2329 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 409829 T2329 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 409829 T2329 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 409829 T2329 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 409829 T2329 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f4c543
   [junit4]   2> 409830 T2329 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/data
   [junit4]   2> 409830 T2329 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 409830 T2329 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 409830 T2329 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 409830 T2329 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=71.09375, floorSegmentMB=1.9423828125, forceMergeDeletesPctAllowed=0.8451008460969334, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8854032630161507
   [junit4]   2> 409831 T2329 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11ec282 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73ee9c),segFN=segments_1,generation=1}
   [junit4]   2> 409831 T2329 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 409834 T2329 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 409834 T2329 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 409834 T2329 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 409835 T2329 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 409835 T2329 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 409835 T2329 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 409835 T2329 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 409835 T2329 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 409835 T2329 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 409837 T2329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 409838 T2329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 409839 T2329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 409840 T2329 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 409845 T2329 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/update,/update/json/docs,/admin/segments,/admin/luke,/admin/file,/update/csv,/admin/system,/schema,/get,/config,standard,/admin/logging,/admin/threads,/replication,/admin/mbeans,/admin/properties,/update/json,/admin/plugins
   [junit4]   2> 409846 T2329 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 409846 T2329 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 409846 T2329 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 409847 T2329 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 409847 T2329 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 409848 T2329 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@1673d6e
   [junit4]   2> 409848 T2329 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@11ec282 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@73ee9c),segFN=segments_1,generation=1}
   [junit4]   2> 409848 T2329 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 409848 T2329 oass.SolrIndexSearcher.<init> Opening Searcher@1e9430b[collection1] main
   [junit4]   2> 409849 T2329 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 409849 T2329 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 409849 T2329 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 409849 T2329 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 409850 T2329 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 409850 T2329 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 409850 T2329 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 409850 T2329 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 409850 T2329 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 409851 T2329 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 409851 T2330 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1e9430b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 409852 T2329 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 409852 T2333 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:58289 collection:collection1 shard:shard1
   [junit4]   2> 409852 T2276 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 409852 T2276 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 409852 T2333 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 409855 T2333 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 409855 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 409855 T2333 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 409856 T2333 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1543 name=collection1 org.apache.solr.core.SolrCore@18bebec url=http://127.0.0.1:58289/collection1 node=127.0.0.1:58289_ C1543_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:58289_, core=collection1, state=down, base_url=http://127.0.0.1:58289}
   [junit4]   2> 409856 T2333 C1543 P58289 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:58289/collection1/
   [junit4]   2> 409856 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 409856 T2333 C1543 P58289 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 409856 T2333 C1543 P58289 oasc.SyncStrategy.syncToMe http://127.0.0.1:58289/collection1/ has no replicas
   [junit4]   2> 409856 T2333 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:58289/collection1/ shard1
   [junit4]   2> 409857 T2333 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 409858 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 409859 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58289",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 409901 T2276 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1
   [junit4]   2> 409902 T2276 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001
   [junit4]   2> 409902 T2276 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 409903 T2276 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:34505
   [junit4]   2> 409903 T2276 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=34505, solr.data.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/tempDir-001/jetty2, solrconfig=solrconfig.xml, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores}
   [junit4]   2> 409904 T2276 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@47034b
   [junit4]   2> 409904 T2276 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/'
   [junit4]   2> 409914 T2276 oasc.SolrXmlConfig.fromFile Loading container configuration from /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/solr.xml
   [junit4]   2> 409923 T2276 oasc.CorePropertiesLocator.<init> Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores
   [junit4]   2> 409924 T2276 oasc.CoreContainer.<init> New CoreContainer 7882600
   [junit4]   2> 409924 T2276 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/]
   [junit4]   2> 409924 T2276 oasc.CoreContainer.load loading shared library: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/lib
   [junit4]   2> 409924 T2276 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/lib).
   [junit4]   2> 409929 T2276 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 409929 T2276 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 409929 T2276 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 409929 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 409929 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 409930 T2276 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 409930 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 409930 T2276 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 409930 T2276 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 409930 T2276 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 409931 T2276 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 409931 T2276 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 409931 T2276 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 409931 T2276 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 409932 T2276 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 409932 T2276 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:38847/solr
   [junit4]   2> 409932 T2276 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 409932 T2276 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 409933 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 409934 T2345 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d1288a name:ZooKeeperConnection Watcher:127.0.0.1:38847 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 409934 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 409934 T2276 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 409936 T2276 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 409936 T2348 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@354ea0 name:ZooKeeperConnection Watcher:127.0.0.1:38847/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 409936 T2276 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 409939 T2276 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 409960 T2302 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 409960 T2313 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 409960 T2348 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 409960 T2328 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 410009 T2333 oasc.ZkController.register We are http://127.0.0.1:58289/collection1/ and leader is http://127.0.0.1:58289/collection1/
   [junit4]   2> 410009 T2333 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:58289
   [junit4]   2> 410009 T2333 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 410009 T2333 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 410009 T2333 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 410010 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 410011 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:58289_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58289",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"} current state version: 5
   [junit4]   2> 410011 T2303 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:58289_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:58289",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "shard":"shard1"}
   [junit4]   2> 410113 T2328 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 410113 T2302 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 410113 T2313 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 410113 T2348 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 410941 T2276 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34505_
   [junit4]   2> 410941 T2276 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:34505_
   [junit4]   2> 410943 T2276 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 410944 T2276 oasc.CorePropertiesLocator.discover Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores
   [junit4]   1> CORE DESCRIPTOR: {collection=collection1, absoluteInstDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/, name=collection1, loadOnStartup=true, instanceDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1, coreNodeName=, dataDir=data/, shard=, config=solrconfig.xml, schema=schema.xml, transient=false}
   [junit4]   2> 410945 T2276 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/
   [junit4]   2> 410945 T2276 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 410945 T2349 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 410946 T2349 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 410946 T2349 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 410946 T2302 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 410947 T2303 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34505_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34505",
   [junit4]   2> 	  "shard":null} current state version: 6
   [junit4]   2> 410947 T2303 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "node_name":"127.0.0.1:34505_",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:34505",
   [junit4]   2> 	  "shard":null}
   [junit4]   2> 410947 T2303 oasco.ReplicaMutator.updateState Collection already exists with numShards=1
   [junit4]   2> 410947 T2303 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 411049 T2328 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 411049 T2348 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 411049 T2302 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 411049 T2313 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 411946 T2349 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 411947 T2349 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 411947 T2349 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 411947 T2349 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 411948 T2349 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 411948 T2349 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/'
   [junit4]   2> 411961 T2349 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 411963 T2349 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 411968 T2349 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 411992 T2349 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.1.0
   [junit4]   2> 412023 T2349 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 412024 T2349 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 412032 T2349 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 412252 T2349 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 412261 T2349 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 412263 T2349 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 412269 T2349 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 412272 T2349 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 412274 T2349 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 412274 T2349 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 412275 T2349 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 412275 T2349 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 412275 T2349 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 412276 T2349 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 412276 T2349 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 412276 T2349 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 412276 T2349 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/, dataDir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/data/
   [junit4]   2> 412277 T2349 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@f4c543
   [junit4]   2> 412277 T2349 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/data
   [junit4]   2> 412277 T2349 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/data/index/
   [junit4]   2> 412278 T2349 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 412278 T2349 oasc.CachingDirectoryFactory.get return new directory for /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-2-001/cores/collection1/data/index
   [junit4]   2> 412278 T2349 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=30, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=71.09375, floorSegmentMB=1.9423828125, forceMergeDeletesPctAllowed=0.8451008460969334, segmentsPerTier=26.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8854032630161507
   [junit4]   2> 412279 T2349 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7ca091 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b5cb),segFN=segments_1,generation=1}
   [junit4]   2> 412279 T2349 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 412284 T2349 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 412284 T2349 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 412284 T2349 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 412284 T2349 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 412284 T2349 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 412285 T2349 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 412285 T2349 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 412285 T2349 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 412285 T2349 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 412287 T2349 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 412288 T2349 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 412289 T2349 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 412290 T2349 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 412296 T2349 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/ping,/update,/update/json/docs,/admin/segments,/admin/luke,/admin/file,/update/csv,/admin/system,/schema,/get,/config,standard,/admin/logging,/admin/threads,/replication,/admin/mbeans,/admin/properties,/update/json,/admin/plugins
   [junit4]   2> 412297 T2349 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 412297 T2349 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 412297 T2349 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 412298 T2349 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 412298 T2349 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 412299 T2349 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@9ffee1
   [junit4]   2> 412299 T2349 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7ca091 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@11b5cb),segFN=segments_1,generation=1}
   [junit4]   2> 412299 T2349 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 412300 T2349 oass.SolrIndexSearcher.<init> Opening Searcher@ef295a[collection1] main
   [junit4]   2> 412300 T2349 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 412300 T2349 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 412300 T2349 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 412301 T2349 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 412301 T2349 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 412301 T2349 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 412301 T2349 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 412301 T2349 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 412302 T2349 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 412302 T2349 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 412303 T2350 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@ef295a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 412303 T2349 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 412304 T2353 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:34505 collection:collection1 shard:shard1
   [junit4]   2> 412304 T2276 oass.SolrDispatchFilter.init user.dir=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 412304 T2276 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 412305 T2353 oasc.ZkController.register We are http://127.0.0.1:34505/collection1/ and leader is http://127.0.0.1:58289/collection1/
   [junit4]   2> 412305 T2353 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:34505
   [junit4]   2> 412305 T2353 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 412305 T2353 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1544 name=collection1 org.apache.solr.core.SolrCore@ed391a url=http://127.0.0.1:34505/collection1 node=127.0.0.1:34505_ C1544_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:34505_, core=collection1, state=down, base_url=http://127.0.0.1:3

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

he.solr.cloud.DistributedQueue.remove(DistributedQueue.java:192)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.poll(DistributedQueue.java:619)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.run(Overseer.java:238)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 454762 T2477 oasc.Overseer$ClusterStateUpdater.run Overseer Loop exiting : 127.0.0.1:50209_
   [junit4]   2> ASYNC  NEW_CORE C1582 name=collection1 org.apache.solr.core.SolrCore@424732 url=http://127.0.0.1:50209/collection1 node=127.0.0.1:50209_ C1582_STATE=coll:collection1 core:collection1 props:{node_name=127.0.0.1:50209_, core=collection1, state=active, base_url=http://127.0.0.1:50209}
   [junit4]   2> 455538 T2392 C1582 P50209 oasc.SyncStrategy.sync WARN Closed, skipping sync up.
   [junit4]   2> 455538 T2392 oasc.ShardLeaderElectionContext.rejoinLeaderElection Not rejoining election because CoreContainer is closed
   [junit4]   2> 455538 T2392 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@424732
   [junit4]   2> 455538 T2392 oasc.ZkController.unRegisterConfListener  a listener was removed because of core close
   [junit4]   2> 455539 T2392 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=10,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=654,transaction_logs_total_number=2}
   [junit4]   2> 455539 T2392 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 455539 T2392 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 455539 T2392 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 455540 T2392 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 455540 T2392 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 455541 T2392 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-4-001/cores/collection1/data [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 455541 T2392 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-4-001/cores/collection1/data
   [junit4]   2> 455541 T2392 oasc.CachingDirectoryFactory.closeCacheValue looking to close /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-4-001/cores/collection1/data/index [CachedDir<<refCount=0;path=/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-4-001/cores/collection1/data/index;done=false>>]
   [junit4]   2> 455541 T2392 oasc.CachingDirectoryFactory.close Closing directory: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001/shard-4-001/cores/collection1/data/index
   [junit4]   2> 456261 T2475 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 456293 T2276 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 456483 T2276 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:38847 38847
   [junit4]   2> 456493 T2277 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:38847 38847
   [junit4]   2> 456494 T2277 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		7	/solr/clusterstate.json
   [junit4]   2> 		7	/solr/aliases.json
   [junit4]   2> 		6	/solr/configs/conf1
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent data watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		3	/solr/overseer_elect/election/93499608753635331-127.0.0.1:40567_-n_0000000000
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		3	/solr/overseer/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest -Dtests.method=test -Dtests.seed=340EEB19E2711943 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=en_CA -Dtests.timezone=America/St_Barthelemy -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 50.8s J0 | SyncSliceTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: shard1 is not consistent.  Got 305 from http://127.0.0.1:47902/collection1lastClient and got 5 from http://127.0.0.1:50209/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([340EEB19E2711943:BC5AD4C34C8D74BB]:0)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1310)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1289)
   [junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:230)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 456500 T2276 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest 340EEB19E2711943-001
   [junit4]   2> 50760 T2275 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY, chunkSize=8, maxDocsPerChunk=451, blockSize=7), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY, chunkSize=8, blockSize=7)), sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=en_CA, timezone=America/St_Barthelemy
   [junit4]   2> NOTE: Linux 3.13.0-46-generic i386/Oracle Corporation 1.7.0_80-ea (32-bit)/cpus=12,threads=1,free=104687528,total=225722368
   [junit4]   2> NOTE: All tests run in this JVM: [TestManagedSchema, DateMathParserTest, TestRangeQuery, DistribCursorPagingTest, TestHdfsUpdateLog, TestConfig, HighlighterTest, DistributedFacetPivotSmallAdvancedTest, TermVectorComponentTest, TestStandardQParsers, HighlighterMaxOffsetTest, DistributedFacetPivotWhiteBoxTest, TestFaceting, TestQuerySenderListener, DefaultValueUpdateProcessorTest, ClusterStateTest, TestCSVLoader, FastVectorHighlighterTest, SolrCoreTest, TestRandomDVFaceting, MergeStrategyTest, TestDefaultSearchFieldResource, ExternalFileFieldSortTest, TestReplicaProperties, TestDocumentBuilder, MultiThreadedOCPTest, TestReversedWildcardFilterFactory, TestIndexingPerformance, SolrRequestParserTest, CurrencyFieldXmlFileTest, RecoveryAfterSoftCommitTest, InfoHandlerTest, PeerSyncTest, TestUpdate, TestRemoteStreaming, TestBinaryField, TestSolr4Spatial, TestJmxMonitoredMap, PrimitiveFieldTypeTest, TestSolrIndexConfig, RequestLoggingTest, TestMissingGroups, TestBadConfig, IndexBasedSpellCheckerTest, TestJmxIntegration, ChangedSchemaMergeTest, TestDFRSimilarityFactory, TestSolrConfigHandlerCloud, SchemaVersionSpecificBehaviorTest, UUIDFieldTest, RankQueryTest, TimeZoneUtilsTest, ExternalCollectionsTest, TestSolrQueryParserDefaultOperatorResource, VMParamsZkACLAndCredentialsProvidersTest, TestArbitraryIndexDir, TestPhraseSuggestions, HdfsBasicDistributedZk2Test, DeleteLastCustomShardedReplicaTest, RequestHandlersTest, MinimalSchemaTest, SyncSliceTest]
   [junit4] Completed on J0 in 51.78s, 1 test, 1 failure <<< FAILURES!

[...truncated 1004 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:477: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:191: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:509: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1370: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:976: There were test failures: 474 suites, 1890 tests, 1 failure, 48 ignored (21 assumptions)

Total time: 59 minutes 30 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 32bit/jdk1.7.0_80-ea-b05 -client -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any