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/24 21:53:47 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_40) - Build # 4588 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4588/
Java: 64bit/jdk1.8.0_40 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Captured an uncaught exception in thread: Thread[id=2160, name=RecoveryThread-awholynewstresscollection_collection1_0_shard3_replica1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=2160, name=RecoveryThread-awholynewstresscollection_collection1_0_shard3_replica1, state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.common.SolrException: Could not load collection from ZK:awholynewstresscollection_collection1_0
	at __randomizedtesting.SeedInfo.seed([C2C64707D86CDF83]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:815)
	at org.apache.solr.common.cloud.ZkStateReader$5.get(ZkStateReader.java:477)
	at org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:174)
	at org.apache.solr.common.cloud.ClusterState.getReplica(ClusterState.java:122)
	at org.apache.solr.util.SolrLogLayout.getReplicaProps(SolrLogLayout.java:237)
	at org.apache.solr.util.SolrLogLayout._format(SolrLogLayout.java:167)
	at org.apache.solr.util.SolrLogLayout.format(SolrLogLayout.java:113)
	at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:310)
	at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
	at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
	at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
	at org.apache.log4j.Category.callAppenders(Category.java:206)
	at org.apache.log4j.Category.forcedLog(Category.java:391)
	at org.apache.log4j.Category.log(Category.java:856)
	at org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:575)
	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:234)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewstresscollection_collection1_0/state.json
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
	at org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:308)
	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
	at org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:804)
	... 15 more


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'A val' for path 'response/params/x/a' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{"znodeVersion":-1}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'A val' for path 'response/params/x/a' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{"znodeVersion":-1}}
	at __randomizedtesting.SeedInfo.seed([C2C64707D86CDF83:4A9278DD7690B27B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:113)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java: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 9196 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\init-core-data-001
   [junit4]   2> 234584 T1832 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 234584 T1832 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 234588 T1832 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 234589 T1833 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 234682 T1832 oasc.ZkTestServer.run start zk server on port:50167
   [junit4]   2> 234690 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 234692 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 234719 T1840 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@edb032b name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 234721 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 234721 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 234721 T1832 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 234733 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 234734 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 234739 T1843 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3bcfbbf4 name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 234744 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 234744 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 234744 T1832 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 234746 T1832 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 234748 T1832 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 234753 T1832 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 234756 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 234756 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 234758 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 234758 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 234765 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 234766 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 234768 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 234768 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 234774 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 234774 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 234776 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 234777 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 234778 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 234778 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 234781 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 234781 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 234793 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 234794 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 234795 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 234795 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 234797 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 234797 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 234808 T1834 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c4d6f59060001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 234809 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 234811 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 234812 T1846 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@53baf0a0 name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 234813 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 234814 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 234814 T1832 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 234821 T1834 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c4d6f59060002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 234821 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 234827 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 234837 T1849 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@394920e8 name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 234837 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 234837 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 234838 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 234838 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 234840 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 234840 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 234852 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf2/enumsConfig.xml
   [junit4]   2> 234852 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/enumsConfig.xml
   [junit4]   2> 234853 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 234853 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 234855 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 234855 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 234857 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 234857 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 234861 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 234862 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 234868 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 234869 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 234870 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 234871 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 234872 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 234872 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 234875 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 234875 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 234878 T1832 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 234879 T1832 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 235121 T1832 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1
   [junit4]   2> 235126 T1832 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 235132 T1832 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@76ed5f19{/,null,AVAILABLE}
   [junit4]   2> 235146 T1832 oejs.AbstractConnector.doStart Started ServerConnector@5fbed9ec{HTTP/1.1}{127.0.0.1:50180}
   [junit4]   2> 235146 T1832 oejs.Server.doStart Started @238658ms
   [junit4]   2> 235146 T1832 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/, hostPort=50180, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores}
   [junit4]   2> 235146 T1832 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 235146 T1832 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\'
   [junit4]   2> 235179 T1832 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\solr.xml
   [junit4]   2> 235186 T1832 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores
   [junit4]   2> 235186 T1832 oasc.CoreContainer.<init> New CoreContainer 2061653173
   [junit4]   2> 235186 T1832 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\]
   [junit4]   2> 235187 T1832 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\lib
   [junit4]   2> 235187 T1832 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\lib).
   [junit4]   2> 235193 T1832 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 235193 T1832 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 235193 T1832 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 235194 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 235194 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 235194 T1832 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 235195 T1832 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 235196 T1832 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 235196 T1832 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 235196 T1832 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 235196 T1832 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50167/solr
   [junit4]   2> 235196 T1832 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 235196 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 235198 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 235206 T1863 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1e8b68c6 name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 235206 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 235206 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 235210 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 235220 T1866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22f8a0b1 name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 235220 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 235221 T1832 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 235224 T1832 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 235265 T1832 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 235271 T1832 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 235273 T1832 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 235274 T1832 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 235276 T1832 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 235287 T1832 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 235289 T1832 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50180_
   [junit4]   2> 235289 T1832 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50180_
   [junit4]   2> 235291 T1832 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 235292 T1832 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 235293 T1832 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 235294 T1832 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:50180_
   [junit4]   2> 235294 T1832 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 235304 T1832 oasc.Overseer.start Overseer (id=93534832898211845-127.0.0.1:50180_-n_0000000000) starting
   [junit4]   2> 235305 T1832 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 235318 T1832 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=10000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 235319 T1868 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 235320 T1832 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 235320 T1867 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 235334 T1832 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores
   [junit4]   2> 235334 T1832 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 235334 T1832 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\
   [junit4]   2> 235335 T1832 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 235337 T1870 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 235337 T1870 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 235343 T1870 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 235344 T1866 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 235345 T1867 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50180",
   [junit4]   2> 	  "node_name":"127.0.0.1:50180_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 235346 T1867 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50180",
   [junit4]   2> 	  "node_name":"127.0.0.1:50180_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 235346 T1867 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 235346 T1867 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 235347 T1866 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> 236234 T1870 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 236234 T1870 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 236235 T1870 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 236235 T1870 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 236236 T1870 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 236236 T1870 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\'
   [junit4]   2> 236249 T1870 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 236259 T1870 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 236276 T1870 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 236278 T1870 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 236285 T1870 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 236287 T1870 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 236298 T1870 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 236390 T1870 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 236395 T1870 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 236395 T1870 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 236409 T1870 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 236412 T1870 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 236415 T1870 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236416 T1870 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 236416 T1870 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 236416 T1870 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236420 T1870 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 236420 T1870 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 236420 T1870 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 236420 T1870 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 236420 T1870 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\data\
   [junit4]   2> 236420 T1870 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d064e85
   [junit4]   2> 236421 T1870 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\data\
   [junit4]   2> 236421 T1870 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\data\index/
   [junit4]   2> 236421 T1870 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 236421 T1870 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\control-001\cores\collection1\data\index
   [junit4]   2> 236421 T1870 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=34.8955078125, floorSegmentMB=1.326171875, forceMergeDeletesPctAllowed=14.930686159144841, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5853658245347062
   [junit4]   2> 236422 T1870 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@101eca5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54b0227f),segFN=segments_1,generation=1}
   [junit4]   2> 236422 T1870 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 236431 T1870 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 236432 T1870 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 236436 T1870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 236437 T1870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 236439 T1870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 236439 T1870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 236445 T1870 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 236446 T1870 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 236447 T1870 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 236447 T1870 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 236449 T1870 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 236449 T1870 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 236450 T1870 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=31.876953125, floorSegmentMB=1.9287109375, forceMergeDeletesPctAllowed=1.0847781220753872, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 236450 T1870 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@101eca5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54b0227f),segFN=segments_1,generation=1}
   [junit4]   2> 236451 T1870 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 236451 T1870 oass.SolrIndexSearcher.<init> Opening Searcher@77de2894[collection1] main
   [junit4]   2> 236451 T1870 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 236452 T1870 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 236452 T1870 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 236453 T1870 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 236453 T1870 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 236453 T1870 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 236454 T1870 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 236454 T1870 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 236454 T1870 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 236454 T1870 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 236455 T1870 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 236455 T1871 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@77de2894[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 236463 T1832 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 236463 T1832 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 236464 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 236466 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 236466 T1874 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50180 collection:control_collection shard:shard1
   [junit4]   2> 236467 T1874 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 236473 T1877 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@651d4450 name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236477 T1874 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 236479 T1874 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 236479 T1874 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C843 name=collection1 org.apache.solr.core.SolrCore@5f089040 url=http://127.0.0.1:50180/collection1 node=127.0.0.1:50180_ C843_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50180, node_name=127.0.0.1:50180_, state=down}
   [junit4]   2> 236479 T1874 C843 P50180 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50180/collection1/
   [junit4]   2> 236479 T1874 C843 P50180 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 236479 T1874 C843 P50180 oasc.SyncStrategy.syncToMe http://127.0.0.1:50180/collection1/ has no replicas
   [junit4]   2> 236479 T1874 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50180/collection1/ shard1
   [junit4]   2> 236479 T1874 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 236482 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 236482 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 236482 T1832 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 236486 T1866 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 236491 T1867 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> 236498 T1867 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:50180",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 1
   [junit4]   2> 236502 T1866 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 236503 T1877 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 236503 T1878 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> 236506 T1832 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 236506 T1832 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 236506 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 236512 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 236535 T1881 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@41546b31 name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236535 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 236536 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 236538 T1878 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 236542 T1874 oasc.ZkController.register We are http://127.0.0.1:50180/collection1/ and leader is http://127.0.0.1:50180/collection1/
   [junit4]   2> 236542 T1874 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50180
   [junit4]   2> 236542 T1874 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 236542 T1874 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 236542 T1874 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 236546 T1867 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 236546 T1867 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 236552 T1867 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50180",
   [junit4]   2> 	  "node_name":"127.0.0.1:50180_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 2
   [junit4]   2> 236553 T1867 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50180",
   [junit4]   2> 	  "node_name":"127.0.0.1:50180_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 236553 T1867 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 236555 T1878 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> 236556 T1877 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> 236561 T1878 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 236757 T1878 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> 236777 T1877 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> 236801 T1832 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1
   [junit4]   2> 236802 T1832 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001
   [junit4]   2> 236803 T1832 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 236818 T1832 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@1ec54223{/,null,AVAILABLE}
   [junit4]   2> 236820 T1832 oejs.AbstractConnector.doStart Started ServerConnector@25a370d{HTTP/1.1}{127.0.0.1:50197}
   [junit4]   2> 236820 T1832 oejs.Server.doStart Started @240537ms
   [junit4]   2> 236820 T1832 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=50197, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores}
   [junit4]   2> 236821 T1832 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 236821 T1832 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\'
   [junit4]   2> 236843 T1832 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\solr.xml
   [junit4]   2> 236851 T1832 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores
   [junit4]   2> 236852 T1832 oasc.CoreContainer.<init> New CoreContainer 1211047211
   [junit4]   2> 236852 T1832 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\]
   [junit4]   2> 236852 T1832 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\lib
   [junit4]   2> 236853 T1832 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\lib).
   [junit4]   2> 236860 T1832 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 236860 T1832 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 236860 T1832 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 236862 T1832 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 236862 T1832 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 236862 T1832 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 236863 T1832 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 236863 T1832 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 236863 T1832 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50167/solr
   [junit4]   2> 236863 T1832 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 236863 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 236866 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 236879 T1895 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@47460689 name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236880 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 236880 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 236886 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 236898 T1898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@50d22ece name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236898 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 236901 T1832 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 237810 T1832 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50197_
   [junit4]   2> 237811 T1832 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50197_
   [junit4]   2> 237822 T1832 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 237825 T1832 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores
   [junit4]   2> 237826 T1832 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 237826 T1832 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\
   [junit4]   2> 237826 T1832 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 237829 T1899 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 237829 T1899 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 237837 T1899 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 237837 T1899 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 237838 T1878 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 237838 T1899 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 237839 T1867 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50197",
   [junit4]   2> 	  "node_name":"127.0.0.1:50197_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 237839 T1867 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50197",
   [junit4]   2> 	  "node_name":"127.0.0.1:50197_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 237839 T1867 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 237839 T1899 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 237839 T1867 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 237840 T1899 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 237940 T1867 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 237942 T1898 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 237943 T1898 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 238737 T1899 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 238737 T1899 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 238738 T1899 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 238738 T1899 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 238739 T1899 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 238739 T1899 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\'
   [junit4]   2> 238751 T1899 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 238767 T1899 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 238772 T1899 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 238784 T1899 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 238791 T1899 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 238792 T1899 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 238796 T1899 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 238915 T1899 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 238931 T1899 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 238932 T1899 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 238968 T1899 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 238970 T1899 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 238973 T1899 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 238974 T1899 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 238974 T1899 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 238975 T1899 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 238976 T1899 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 238976 T1899 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 238976 T1899 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 238976 T1899 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 238976 T1899 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 238976 T1899 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@2d064e85
   [junit4]   2> 238977 T1899 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 238977 T1899 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 238977 T1899 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 238978 T1899 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 238978 T1899 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=34.8955078125, floorSegmentMB=1.326171875, forceMergeDeletesPctAllowed=14.930686159144841, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5853658245347062
   [junit4]   2> 238979 T1899 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7e6a192d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f12776),segFN=segments_1,generation=1}
   [junit4]   2> 238979 T1899 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 238982 T1899 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 238984 T1899 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 238984 T1899 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 238984 T1899 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 238997 T1899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 238998 T1899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 239000 T1899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 239001 T1899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 239022 T1899 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 239023 T1899 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 239024 T1899 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 239024 T1899 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 239025 T1899 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 239025 T1899 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 239037 T1899 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=46, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=31.876953125, floorSegmentMB=1.9287109375, forceMergeDeletesPctAllowed=1.0847781220753872, segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 239038 T1899 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7e6a192d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f12776),segFN=segments_1,generation=1}
   [junit4]   2> 239038 T1899 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 239038 T1899 oass.SolrIndexSearcher.<init> Opening Searcher@4d587a[collection1] main
   [junit4]   2> 239038 T1899 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 239057 T1899 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 239058 T1899 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 239058 T1899 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 239058 T1899 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 239058 T1899 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 239059 T1899 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 239059 T1899 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 239059 T1899 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 239059 T1899 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 239060 T1899 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 239061 T1900 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4d587a[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 239062 T1903 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:50197 collection:collection1 shard:shard2
   [junit4]   2> 239063 T1832 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 239063 T1832 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 239070 T1903 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 239098 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 239101 T1878 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 239102 T1903 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 239102 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C844 name=collection1 org.apache.solr.core.SolrCore@2e6c5f23 url=http://127.0.0.1:50197/collection1 node=127.0.0.1:50197_ C844_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:50197, node_name=127.0.0.1:50197_, state=down}
   [junit4]   2> 239102 T1903 C844 P50197 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:50197/collection1/
   [junit4]   2> 239102 T1903 C844 P50197 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 239102 T1903 C844 P50197 oasc.SyncStrategy.syncToMe http://127.0.0.1:50197/collection1/ has no replicas
   [junit4]   2> 239102 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:50197/collection1/ shard2
   [junit4]   2> 239102 T1903 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 239103 T1867 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 4
   [junit4]   2> 239105 T1867 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 239106 T1898 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 239107 T1898 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 239113 T1867 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50197",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 4
   [junit4]   2> 239114 T1867 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 239115 T1898 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 239117 T1898 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 239121 T1878 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 239167 T1903 oasc.ZkController.register We are http://127.0.0.1:50197/collection1/ and leader is http://127.0.0.1:50197/collection1/
   [junit4]   2> 239167 T1903 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:50197
   [junit4]   2> 239167 T1903 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 239167 T1903 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 239167 T1903 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 239168 T1878 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 239169 T1867 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50197",
   [junit4]   2> 	  "node_name":"127.0.0.1:50197_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 4
   [junit4]   2> 239170 T1867 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:50197",
   [junit4]   2> 	  "node_name":"127.0.0.1:50197_",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 239173 T1903 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 239173 T1867 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 239174 T1898 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 239174 T1898 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 239366 T1832 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\cores\collection1
   [junit4]   2> 239368 T1832 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001
   [junit4]   2> 239369 T1832 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 239371 T1832 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@50435917{/,null,AVAILABLE}
   [junit4]   2> 239373 T1832 oejs.AbstractConnector.doStart Started ServerConnector@47798b3e{HTTP/1.1}{127.0.0.1:50208}
   [junit4]   2> 239373 T1832 oejs.Server.doStart Started @243353ms
   [junit4]   2> 239373 T1832 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=50208, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\cores}
   [junit4]   2> 239373 T1832 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 239374 T1832 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\'
   [junit4]   2> 239392 T1832 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\solr.xml
   [junit4]   2> 239399 T1832 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\cores
   [junit4]   2> 239400 T1832 oasc.CoreContainer.<init> New CoreContainer 767295824
   [junit4]   2> 239400 T1832 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\]
   [junit4]   2> 239400 T1832 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\lib
   [junit4]   2> 239401 T1832 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\lib).
   [junit4]   2> 239407 T1832 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 239409 T1832 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 239409 T1832 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 239409 T1832 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 239409 T1832 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 239409 T1832 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 239409 T1832 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 239410 T1832 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 239410 T1832 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 239410 T1832 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:50167/solr
   [junit4]   2> 239410 T1832 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 239410 T1832 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 239421 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 239434 T1917 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@78c1e089 name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 239434 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 239435 T1832 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 239452 T1832 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 239485 T1920 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76c857b5 name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 239485 T1832 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 239497 T1832 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 240492 T1832 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50208_
   [junit4]   2> 240495 T1832 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:50208_
   [junit4]   2> 240507 T1832 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 240560 T1832 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\cores
   [junit4]   2> 240562 T1832 oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 240563 T1832 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest C2C64707D86CDF83-001\shard-2-001\cores\collection1\
   [junit4]   2> 240563 T1832 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 240565 T1921 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 240565 T1921 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
 

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

verConnector@1edf3d3b{SSL-http/1.1}{127.0.0.1:0}
   [junit4]   2> 2155323 T10395 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@19cd9b8f{/a_cqr/gj,null,UNAVAILABLE}
   [junit4]   2> 2155326 T10395 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58179 58179
   [junit4]   2> 2157928 T10396 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:58179 58179
   [junit4]   2> 2157930 T10396 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		85	/solr/configs/conf1
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 		3	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=test -Dtests.seed=C2C64707D86CDF83 -Dtests.slow=true -Dtests.locale=sk -Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 60.8s J0 | TestSolrConfigHandlerCloud.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'A val' for path 'response/params/x/a' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{"znodeVersion":-1}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([C2C64707D86CDF83:4A9278DD7690B27B]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
   [junit4]    > 	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:113)
   [junit4]    > 	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:78)
   [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> 2157937 T10395 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud C2C64707D86CDF83-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=DefaultSimilarity, locale=sk, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_40 (64-bit)/cpus=3,threads=1,free=65576160,total=435286016
   [junit4]   2> NOTE: All tests run in this JVM: [TestLFUCache, TestChildDocTransformer, ZkStateWriterTest, DirectSolrConnectionTest, TestOrdValues, TestDynamicFieldResource, TestHighlightDedupGrouping, FieldAnalysisRequestHandlerTest, TestJmxMonitoredMap, TestCSVLoader, TestBinaryResponseWriter, AddSchemaFieldsUpdateProcessorFactoryTest, HdfsChaosMonkeySafeLeaderTest, TestShortCircuitedRequests, TestExpandComponent, TestJmxIntegration, CoreAdminCreateDiscoverTest, NumericFieldsTest, PingRequestHandlerTest, TestCloudInspectUtil, TestManagedSchema, ShardRoutingTest, PrimUtilsTest, TestHashQParserPlugin, PreAnalyzedFieldTest, TestSurroundQueryParser, TestSchemaResource, SynonymTokenizerTest, TestPerFieldSimilarity, TestOmitPositions, TestCollationFieldDocValues, BadComponentTest, TestExtendedDismaxParser, LukeRequestHandlerTest, DocExpirationUpdateProcessorFactoryTest, AssignTest, BadCopyFieldTest, AtomicUpdatesTest, ResponseLogComponentTest, CacheHeaderTest, TestPhraseSuggestions, ClusterStateUpdateTest, TestManagedSynonymFilterFactory, AnalysisAfterCoreReloadTest, TestIBSimilarityFactory, HdfsBasicDistributedZkTest, QueryResultKeyTest, RecoveryAfterSoftCommitTest, TestSolrIndexConfig, AnalyticsQueryTest, SliceStateTest, TestLRUStatsCache, TestFaceting, ZkControllerTest, DistributedExpandComponentTest, TestCloudSchemaless, RequestLoggingTest, OverriddenZkACLAndCredentialsProvidersTest, TestLazyCores, TestClusterStateMutator, UUIDFieldTest, TestAnalyzedSuggestions, HardAutoCommitTest, OutputWriterTest, DistribCursorPagingTest, FacetPivotSmallTest, TestFieldResource, TestFunctionQuery, SystemInfoHandlerTest, AlternateDirectoryTest, HdfsSyncSliceTest, AliasIntegrationTest, ZkCLITest, ReplicationFactorTest, TestCustomSort, PathHierarchyTokenizerFactoryTest, NoCacheHeaderTest, TestHashPartitioner, LeaderFailoverAfterPartitionTest, DefaultValueUpdateProcessorTest, SolrCoreCheckLockOnStartupTest, MultiThreadedOCPTest, OverseerRolesTest, TestQueryUtils, TestConfigOverlay, ChaosMonkeyNothingIsSafeTest, TestAddFieldRealTimeGet, TestIndexingPerformance, TestQueryTypes, TestBM25SimilarityFactory, TestExactSharedStatsCache, OutOfBoxZkACLAndCredentialsProvidersTest, TestTrackingShardHandlerFactory, DocValuesMultiTest, RequestHandlersTest, SuggesterWFSTTest, DistributedIntervalFacetingTest, DocumentAnalysisRequestHandlerTest, CoreAdminRequestStatusTest, DOMUtilTest, TestReplicaProperties, TestCollationField, DistributedQueryComponentOptimizationTest, SOLR749Test, TestArbitraryIndexDir, TestWriterPerf, DistributedQueryComponentCustomSortTest, JSONWriterTest, TestSolr4Spatial2, TestCollectionAPI, ChangedSchemaMergeTest, SolrCoreTest, SolrIndexSplitterTest, TestFieldCollectionResource, OpenCloseCoreStressTest, OverseerTest, FullSolrCloudDistribCmdsTest, ZkSolrClientTest, AutoCommitTest, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestStressReorder, TestStressVersions, TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, BadIndexSchemaTest, TestSort, BasicFunctionalityTest, DirectUpdateHandlerTest, TestBadConfig, TestIndexSearcher, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, TestStressLucene, SpatialFilterTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, StandardRequestHandlerTest, FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequiredFieldsTest, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCSVResponseWriter, UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, TestComponentsName, HighlighterConfigTest, TestStressRecovery, MultiTermTest, TestBinaryField, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, TestSweetSpotSimilarityFactory, TestDefaultSimilarityFactory, ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, DateMathParserTest, TestSystemIdResolver, SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, CircularListTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, TestSimpleTrackingShardHandler, CloudExitableDirectoryReaderTest, CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, SSLMigrationTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestCryptoKeys, TestDistribDocBasedVersion, TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, TriLevelCompositeIdRoutingTest, ExitableDirectoryReaderTest, TestImplicitCoreProperties, TestNRTOpen, TestSolrDynamicMBean, TestSolrXml, TestSolrConfigHandlerCloud]
   [junit4] Completed on J0 in 60.84s, 1 test, 1 failure <<< FAILURES!

[...truncated 209 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 477 suites, 1896 tests, 1 error, 1 failure, 58 ignored (30 assumptions)

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



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

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

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

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

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

   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1\conf
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001

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




Build Log:
[...truncated 10244 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrConfigHandler
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\init-core-data-001
   [junit4]   2> 1966124 T10820 [] [] [] []  oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1966125 T10820 [] [] [] []  oas.SolrTestCaseJ4.setUp ###Starting testReqParams
   [junit4]   2> 1966466 T10820 [] [] [] []  oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1966466 T10820 [] [] [] []  oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1966467 T10820 [] [] [] []  oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core
   [junit4]   2> 1966471 T10820 [] [] [] []  oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1966475 T10820 [] [] [] []  oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@22754e60{/solr,null,AVAILABLE}
   [junit4]   2> 1966476 T10820 [] [] [] []  oejs.AbstractConnector.doStart Started ServerConnector@54e152c7{HTTP/1.1}{127.0.0.1:65081}
   [junit4]   2> 1966476 T10820 [] [] [] []  oejs.Server.doStart Started @1971936ms
   [junit4]   2> 1966476 T10820 [] [] [] []  oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=65081, configSetBaseDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores}
   [junit4]   2> 1966477 T10820 [] [] [] []  oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1966477 T10820 [] [] [] []  oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\'
   [junit4]   2> 1966512 T10820 [] [] [] []  oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\solr.xml
   [junit4]   2> 1966519 T10820 [] [] [] []  oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores
   [junit4]   2> 1966520 T10820 [] [] [] []  oasc.CoreContainer.<init> New CoreContainer 1732333407
   [junit4]   2> 1966520 T10820 [] [] [] []  oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\]
   [junit4]   2> 1966520 T10820 [] [] [] []  oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\lib
   [junit4]   2> 1966520 T10820 [] [] [] []  oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\lib).
   [junit4]   2> 1966529 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1966529 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1966531 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1966531 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1966531 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1966531 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1966531 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1966532 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1966532 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1966532 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1966532 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1966533 T10820 [] [] [] []  oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1966533 T10820 [] [] [] []  oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1966533 T10820 [] [] [] []  oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1966534 T10820 [] [] [] []  oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1966535 T10820 [] [] [] []  oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores
   [junit4]   2> 1966536 T10820 [] [] [] []  oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig-managed-schema.xml, transient=false, schema=schema-rest.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\, configSet=collection1, dataDir=data\}
   [junit4]   2> 1966536 T10820 [] [] [] []  oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\
   [junit4]   2> 1966536 T10820 [] [] [] []  oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1966538 T10832 [] [] [] []  oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\'
   [junit4]   2> 1966539 T10832 [] [] [] []  oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20D2C0EABA0332CE5D-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1966541 T10832 [] [] [] []  oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20D2C0EABA0332CE5D-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1966579 T10832 [] [] [] []  oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1966583 T10832 [] [] [] []  oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1966588 T10832 [] [] [] []  oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1966592 T10832 [] [] [] []  oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 1966593 T10832 [] [] [] []  oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf\schema-rest.xml
   [junit4]   2> 1966597 T10832 [] [] [] []  oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1966695 T10832 [] [] [] []  oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1966695 T10832 [] [] [] []  oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1966696 T10832 [] [] [] []  oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1966697 T10832 [] [] [] []  oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1966707 T10832 [] [] [] []  oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1966708 T10832 [] [] [] []  oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1966708 T10832 [] [] [] []  oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1966708 T10832 [] [] [] []  oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1966710 T10832 [] [] [] []  oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1966718 T10832 [] [] [] []  oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 1966718 T10832 [] [] [] []  oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1
   [junit4]   2> 1966719 T10832 [] [] [] []  oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1966719 T10832 [] [] [] []  oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\
   [junit4]   2> 1966719 T10832 [] [] [] []  oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1966721 T10832 [] [] [] []  oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data
   [junit4]   2> 1966722 T10832 [] [] [] []  oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 1966722 T10832 [] [] [] []  oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1966723 T10832 [] [] [] []  oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index
   [junit4]   2> 1966723 T10832 [] [] [] []  oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=99.4970703125, floorSegmentMB=2.0654296875, forceMergeDeletesPctAllowed=22.811451683283888, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1966726 T10832 [] [] [] []  oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3464c2d3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1966726 T10832 [] [] [] []  oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1966730 T10832 [] [] [] []  oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1966730 T10832 [] [] [] []  oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1966736 T10832 [] [] [] []  oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1966737 T10832 [] [] [] []  oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1966738 T10832 [] [] [] []  oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1966738 T10832 [] [] [] []  oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1966740 T10832 [] [] [] []  oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1966740 T10832 [] [] [] []  oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1966741 T10832 [] [] [] []  oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1966741 T10832 [] [] [] []  oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1966741 T10832 [] [] [] []  oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1966743 T10832 [] [] [] []  oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3464c2d3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1966743 T10832 [] [] [] []  oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1966743 T10832 [] [] [] []  oass.SolrIndexSearcher.<init> Opening Searcher@78ed318b[collection1] main
   [junit4]   2> 1966744 T10832 [] [] [] []  oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966744 T10832 [] [] [] []  oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf}
   [junit4]   2> 1966744 T10832 [] [] [] []  oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966745 T10832 [] [] [] []  oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1966745 T10832 [] [] [] []  oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966746 T10832 [] [] [] []  oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 1966746 T10832 [] [] [] []  oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966747 T10832 [] [] [] []  oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1966747 T10832 [] [] [] []  oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1966747 T10832 [] [] [] []  oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966747 T10832 [] [] [] []  oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 1966748 T10832 [] [] [] []  oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966748 T10832 [] [] [] []  oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1966748 T10832 [] [] [] []  oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1966748 T10832 [] [] [] []  oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966750 T10832 [] [] [] []  oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1966750 T10832 [] [] [] []  oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1966750 T10832 [] [] [] []  oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1966750 T10832 [] [] [] []  oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966751 T10832 [] [] [] []  oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1966751 T10832 [] [] [] []  oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1966751 T10832 [] [] [] []  oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1966751 T10832 [] [] [] []  oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1966753 T10832 [] [] [] []  oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1966753 T10833 [] [] [] []  oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@78ed318b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1966753 T10820 [] [] [] []  oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1966753 T10820 [] [] [] []  oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1966753 T10820 [] [] [] []  oas.SolrJettyTestBase.createJetty Jetty Assigned Port#65081
   [junit4]   2> ASYNC  NEW_CORE C1168 name=collection1 org.apache.solr.core.SolrCore@34bea440
   [junit4]   2> 1966761 T10824 [] [] [] [collection1]  C1168 oasc.SolrResourceLoader.persistConfLocally Written confile params.json
   [junit4]   2> 1966762 T10824 [] [] [] [collection1]  C1168 oasc.SolrConfig.refreshRequestParams current version of requestparams : 0
   [junit4]   2> 1966762 T10824 [] [] [] [collection1]  C1168 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=7 
   [junit4]   2> 1966766 T10825 [] [] [] [collection1]  C1168 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=0 
   [junit4]   2> 1966769 T10826 [] [] [] [collection1]  C1168 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=0 
   [junit4]   2> 1966776 T10827 [] [] [] [collection1]  C1168 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1966777 T10827 [] [] [] [collection1]  C1168 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\'
   [junit4]   2> 1966780 T10827 [] [] [] [collection1]  C1168 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20D2C0EABA0332CE5D-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1966781 T10827 [] [] [] [collection1]  C1168 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20D2C0EABA0332CE5D-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1966819 T10827 [] [] [] [collection1]  C1168 oasc.SolrConfig.refreshRequestParams current version of requestparams : 0
   [junit4]   2> 1966823 T10827 [] [] [] [collection1]  C1168 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1966827 T10827 [] [] [] [collection1]  C1168 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1966832 T10827 [] [] [] [collection1]  C1168 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1966838 T10827 [] [] [] [collection1]  C1168 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1966934 T10827 [] [] [] [collection1]  C1168 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1966935 T10827 [] [] [] [collection1]  C1168 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1966935 T10827 [] [] [] [collection1]  C1168 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1966936 T10827 [] [] [] [collection1]  C1168 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1966938 T10827 [] [] [] [collection1]  C1168 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1966938 T10827 [] [] [] [collection1]  C1168 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1966940 T10827 [] [] [] [collection1]  C1168 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1966940 T10827 [] [] [] [collection1]  C1168 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1966948 T10827 [] [] [] [collection1]  C1168 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1
   [junit4]   2> 1966948 T10827 [] [] [] [collection1]  C1168 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\
   [junit4]   2> 1966948 T10827 [] [] [] [collection1]  C1168 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1966949 T10827 [] [] [] [collection1]  C1168 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 1966951 T10827 [] [] [] [collection1]  C1168 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1966953 T10827 [] [] [] [collection1]  C1168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1966955 T10827 [] [] [] [collection1]  C1168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1966956 T10827 [] [] [] [collection1]  C1168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1966957 T10827 [] [] [] [collection1]  C1168 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1966960 T10827 [] [] [] [collection1]  C1168 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1966962 T10827 [] [] [] [collection1]  C1168 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1966962 T10827 [] [] [] [collection1]  C1168 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1966962 T10827 [] [] [] [collection1]  C1168 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1966963 T10827 [] [] [] [collection1]  C1168 oass.SolrIndexSearcher.<init> Opening Searcher@e1ed63e[collection1] main
   [junit4]   2> 1966963 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966963 T10827 [] [] [] [collection1]  C1168 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf}
   [junit4]   2> 1966964 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966964 T10827 [] [] [] [collection1]  C1168 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1966964 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966964 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966965 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1966965 T10827 [] [] [] [collection1]  C1168 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1966965 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1966965 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966966 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966966 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1966966 T10827 [] [] [] [collection1]  C1168 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1966966 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1966967 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966967 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1966967 T10827 [] [] [] [collection1]  C1168 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1966967 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1966970 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1966970 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1966970 T10827 [] [] [] [collection1]  C1168 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1966971 T10827 [] [] [] [collection1]  C1168 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1966971 T10827 [] [] [] [collection1]  C1168 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1966971 T10827 [] [] [] [collection1]  C1168 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1966971 T10827 [] [] [] [collection1]  C1168 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1966972 T10827 [] [] [] [collection1]  C1168 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 1966971 T10836 [] [] [] [collection1]  oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@e1ed63e[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1966973 T10827 [] [] [] [collection1]  C1168 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=99.4970703125, floorSegmentMB=2.0654296875, forceMergeDeletesPctAllowed=22.811451683283888, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1966974 T10827 [] [] [] [collection1]  C1168 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3464c2d3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1966974 T10827 [] [] [] [collection1]  C1168 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1966974 T10827 [] [] [] [collection1]  C1168 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1966975 T10827 [] [] [] [collection1]  C1168 oass.SolrIndexSearcher.<init> Opening Searcher@b4527ac[collection1] main
   [junit4]   2> 1966975 T10827 [] [] [] [collection1]  C1168 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 1966975 T10836 [] [] [] [collection1]  oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@b4527ac[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1966975 T10827 [] [] [] [collection1]  C1168 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
   [junit4]   2> 	    "name":"/dump",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler"}}]
   [junit4]   2> 1966975 T10827 [] [] [] [collection1]  C1168 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=203 
   [junit4]   2> 1966977 T10827 [] [] [] [collection1]  C1168 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@34bea440
   [junit4]   2> 1966977 T10827 [] [] [] [collection1]  C1168 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1966977 T10827 [] [] [] [collection1]  C1168 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C1169 name=collection1 org.apache.solr.core.SolrCore@2a3c3753
   [junit4]   2> 1966980 T10828 [] [] [] [collection1]  C1169 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 1966984 T10829 [] [] [] [collection1]  C1169 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={wt=json&useParams=x} status=0 QTime=0 
   [junit4]   2> 1966987 T10824 [] [] [] [collection1]  C1169 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={a=fomrequest&wt=json&useParams=x} status=0 QTime=0 
   [junit4]   2> 1966989 T10825 [] [] [] [collection1]  C1169 oasc.SolrResourceLoader.persistConfLocally Written confile configoverlay.json
   [junit4]   2> 1966991 T10825 [] [] [] [collection1]  C1169 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\'
   [junit4]   2> 1966992 T10825 [] [] [] [collection1]  C1169 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20D2C0EABA0332CE5D-001/tempDir-001/collection1/lib/classes/' to classloader
   [junit4]   2> 1966992 T10825 [] [] [] [collection1]  C1169 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20D2C0EABA0332CE5D-001/tempDir-001/collection1/lib/README' to classloader
   [junit4]   2> 1967010 T10825 [] [] [] [collection1]  C1169 oasc.SolrConfig.refreshRequestParams current version of requestparams : 0
   [junit4]   2> 1967014 T10825 [] [] [] [collection1]  C1169 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1967018 T10825 [] [] [] [collection1]  C1169 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1967021 T10825 [] [] [] [collection1]  C1169 oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf\managed-schema
   [junit4]   2> 1967025 T10825 [] [] [] [collection1]  C1169 oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> ASYNC  NEW_CORE C1170 name=collection1 org.apache.solr.core.SolrCore@2a3c3753
   [junit4]   2> 1967118 T10825 [] [] [] [collection1]  C1170 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1967119 T10825 [] [] [] [collection1]  C1170 oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1967119 T10825 [] [] [] [collection1]  C1170 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1967120 T10825 [] [] [] [collection1]  C1170 oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1967121 T10825 [] [] [] [collection1]  C1170 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1967123 T10825 [] [] [] [collection1]  C1170 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1967123 T10825 [] [] [] [collection1]  C1170 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1967123 T10825 [] [] [] [collection1]  C1170 oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1967130 T10825 [] [] [] [collection1]  C1170 oasc.CoreContainer.reload Reloading SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1
   [junit4]   2> 1967131 T10825 [] [] [] [collection1]  C1170 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\
   [junit4]   2> 1967131 T10825 [] [] [] [collection1]  C1170 oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1967132 T10825 [] [] [] [collection1]  C1170 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index/
   [junit4]   2> 1967134 T10825 [] [] [] [collection1]  C1170 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1967137 T10825 [] [] [] [collection1]  C1170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1967137 T10825 [] [] [] [collection1]  C1170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1967139 T10825 [] [] [] [collection1]  C1170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1967139 T10825 [] [] [] [collection1]  C1170 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1967141 T10825 [] [] [] [collection1]  C1170 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump1,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1967141 T10825 [] [] [] [collection1]  C1170 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1967143 T10825 [] [] [] [collection1]  C1170 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1967143 T10825 [] [] [] [collection1]  C1170 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1967143 T10825 [] [] [] [collection1]  C1170 oass.SolrIndexSearcher.<init> Opening Searcher@53c9be6d[collection1] main
   [junit4]   2> 1967145 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1967145 T10825 [] [] [] [collection1]  C1170 oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf}
   [junit4]   2> 1967145 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1967146 T10825 [] [] [] [collection1]  C1170 oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1967146 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1967146 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1967147 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/english
   [junit4]   2> 1967147 T10825 [] [] [] [collection1]  C1170 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1967147 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1967147 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1967147 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1967147 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResource.processStoredData Loaded initArgs {ignoreCase=false} for /schema/analysis/stopwords/german
   [junit4]   2> 1967147 T10825 [] [] [] [collection1]  C1170 oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1967148 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1967148 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1967149 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1967149 T10825 [] [] [] [collection1]  C1170 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1967149 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1967149 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-001\collection1\conf
   [junit4]   2> 1967150 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1967150 T10825 [] [] [] [collection1]  C1170 oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1967150 T10825 [] [] [] [collection1]  C1170 oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1967150 T10825 [] [] [] [collection1]  C1170 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1967150 T10825 [] [] [] [collection1]  C1170 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
   [junit4]   2> 1967152 T10825 [] [] [] [collection1]  C1170 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
   [junit4]   2> 1967152 T10825 [] [] [] [collection1]  C1170 oasu.DefaultSolrCoreState.newIndexWriter Closing old IndexWriter... core=collection1
   [junit4]   2> 1967152 T10837 [] [] [] [collection1]  oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@53c9be6d[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1967153 T10825 [] [] [] [collection1]  C1170 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=99.4970703125, floorSegmentMB=2.0654296875, forceMergeDeletesPctAllowed=22.811451683283888, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1967154 T10825 [] [] [] [collection1]  C1170 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3464c2d3; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1967154 T10825 [] [] [] [collection1]  C1170 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1967154 T10825 [] [] [] [collection1]  C1170 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
   [junit4]   2> 1967154 T10825 [] [] [] [collection1]  C1170 oass.SolrIndexSearcher.<init> Opening Searcher@40e2d1fa[collection1] main
   [junit4]   2> 1967155 T10825 [] [] [] [collection1]  C1170 oasc.CoreContainer.registerCore replacing core: collection1
   [junit4]   2> 1967155 T10837 [] [] [] [collection1]  oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@40e2d1fa[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1967156 T10825 [] [] [] [collection1]  C1170 oash.SolrConfigHandler$Command.handleCommands Executed config commands successfully and persited to File System [{"create-requesthandler":{
   [junit4]   2> 	    "name":"/dump1",
   [junit4]   2> 	    "class":"org.apache.solr.handler.DumpRequestHandler",
   [junit4]   2> 	    "useParams":"x"}}]
   [junit4]   2> 1967156 T10825 [] [] [] [collection1]  C1170 oasc.SolrCore.execute [collection1] webapp=/solr path=/config params={wt=json} status=0 QTime=167 
   [junit4]   2> 1967156 T10825 [] [] [] [collection1]  C1170 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2a3c3753
   [junit4]   2> 1967157 T10825 [] [] [] [collection1]  C1170 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1967157 T10825 [] [] [] [collection1]  C1170 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> ASYNC  NEW_CORE C1171 name=collection1 org.apache.solr.core.SolrCore@477fcd46
   [junit4]   2> 1967160 T10826 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/overlay params={wt=json} status=0 QTime=0 
   [junit4]   2> 1967163 T10827 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump1 params={wt=json} status=0 QTime=0 
   [junit4]   2> 1967165 T10828 [] [] [] [collection1]  C1171 oasc.SolrResourceLoader.persistConfLocally Written confile params.json
   [junit4]   2> 1967167 T10828 [] [] [] [collection1]  C1171 oasc.SolrConfig.refreshRequestParams current version of requestparams : 0
   [junit4]   2> 1967168 T10828 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=3 
   [junit4]   2> 1967170 T10829 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=0 
   [junit4]   2> 1967174 T10824 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump params={wt=json&useParams=y} status=0 QTime=0 
   [junit4]   2> 1967178 T10825 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump1 params={wt=json&useParams=y} status=0 QTime=0 
   [junit4]   2> 1967181 T10826 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump1 params={wt=json&useParams=y} status=0 QTime=0 
   [junit4]   2> 1967183 T10827 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/dump1 params={wt=json&useParams=y} status=0 QTime=0 
   [junit4]   2> 1967185 T10828 [] [] [] [collection1]  C1171 oasc.SolrResourceLoader.persistConfLocally Written confile params.json
   [junit4]   2> 1967186 T10828 [] [] [] [collection1]  C1171 oasc.SolrConfig.refreshRequestParams current version of requestparams : 0
   [junit4]   2> 1967186 T10828 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=1 
   [junit4]   2> 1967190 T10829 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=0 
   [junit4]   2> 1967192 T10824 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=0 
   [junit4]   2> 1967194 T10825 [] [] [] [collection1]  C1171 oasc.SolrResourceLoader.persistConfLocally Written confile params.json
   [junit4]   2> 1967196 T10825 [] [] [] [collection1]  C1171 oasc.SolrConfig.refreshRequestParams current version of requestparams : 0
   [junit4]   2> 1967196 T10825 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=2 
   [junit4]   2> 1967199 T10826 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=0 
   [junit4]   2> 1967201 T10827 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=0 
   [junit4]   2> 1967205 T10828 [] [] [] [collection1]  C1171 oasc.SolrResourceLoader.persistConfLocally Written confile params.json
   [junit4]   2> 1967206 T10828 [] [] [] [collection1]  C1171 oasc.SolrConfig.refreshRequestParams current version of requestparams : 0
   [junit4]   2> 1967206 T10828 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=2 
   [junit4]   2> 1967209 T10829 [] [] [] [collection1]  C1171 oasc.SolrCore.execute [collection1] webapp=/solr path=/config/params params={wt=json} status=0 QTime=0 
   [junit4]   2> 1967211 T10820 [] [] [] []  oejs.AbstractConnector.doStop Stopped ServerConnector@54e152c7{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 1967211 T10820 [] [] [] []  oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1732333407
   [junit4]   2> 1967212 T10820 [] [] [] []  oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@477fcd46
   [junit4]   2> 1967212 T10820 [] [] [] []  oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 1967212 T10820 [] [] [] []  oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 1967212 T10820 [] [] [] []  oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 1967213 T10820 [] [] [] []  oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 1967215 T10820 [] [] [] []  oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 1967215 T10820 [] [] [] []  oasc.CachingDirectoryFactory.close Closing NRTCachingDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 1967215 T10820 [] [] [] []  oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index;done=false>>]
   [junit4]   2> 1967215 T10820 [] [] [] []  oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data\index
   [junit4]   2> 1967216 T10820 [] [] [] []  oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data;done=false>>]
   [junit4]   2> 1967216 T10820 [] [] [] []  oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-003\cores\core\data
   [junit4]   2> 1967218 T10820 [] [] [] []  oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@22754e60{/solr,null,UNAVAILABLE}
   [junit4]   2> 1967219 T10820 [] [] [] []  oas.SolrTestCaseJ4.tearDown ###Ending testReqParams
   [junit4]   2> 1967221 T10820 [] [] [] []  oas.SolrTestCaseJ4.setUp ###Starting testProperty
   [junit4]   2> 1967530 T10820 [] [] [] []  oas.SolrTestCaseJ4.initCore ####initCore
   [junit4]   2> 1967532 T10820 [] [] [] []  oas.SolrTestCaseJ4.initCore ####initCore end
   [junit4]   2> 1967532 T10820 [] [] [] []  oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core
   [junit4]   2> 1967535 T10820 [] [] [] []  oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 1967539 T10820 [] [] [] []  oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@3069e6e4{/solr,null,AVAILABLE}
   [junit4]   2> 1967539 T10820 [] [] [] []  oejs.AbstractConnector.doStart Started ServerConnector@1369425a{HTTP/1.1}{127.0.0.1:65085}
   [junit4]   2> 1967540 T10820 [] [] [] []  oejs.Server.doStart Started @1972835ms
   [junit4]   2> 1967540 T10820 [] [] [] []  oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {hostContext=/solr, hostPort=65085, configSetBaseDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores}
   [junit4]   2> 1967540 T10820 [] [] [] []  oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 1967541 T10820 [] [] [] []  oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\'
   [junit4]   2> 1967565 T10820 [] [] [] []  oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\solr.xml
   [junit4]   2> 1967572 T10820 [] [] [] []  oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores
   [junit4]   2> 1967573 T10820 [] [] [] []  oasc.CoreContainer.<init> New CoreContainer 340308947
   [junit4]   2> 1967573 T10820 [] [] [] []  oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\]
   [junit4]   2> 1967573 T10820 [] [] [] []  oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\lib
   [junit4]   2> 1967573 T10820 [] [] [] []  oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\lib).
   [junit4]   2> 1967581 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1967583 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 1967583 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1967583 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1967583 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 1967583 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1967584 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1967584 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1967584 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1967584 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1967584 T10820 [] [] [] []  oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 1967585 T10820 [] [] [] []  oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1967585 T10820 [] [] [] []  oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1967585 T10820 [] [] [] []  oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1967586 T10820 [] [] [] []  oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 1967586 T10820 [] [] [] []  oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores
   [junit4]   2> 1967587 T10820 [] [] [] []  oasc.CoreDescriptor.<init> CORE DESCRIPTOR: {name=collection1, config=solrconfig-managed-schema.xml, transient=false, schema=schema-rest.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\, configSet=collection1, dataDir=data\}
   [junit4]   2> 1967588 T10820 [] [] [] []  oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\
   [junit4]   2> 1967588 T10820 [] [] [] []  oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 1967590 T10850 [] [] [] []  oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\'
   [junit4]   2> 1967591 T10850 [] [] [] []  oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20D2C0EABA0332CE5D-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 1967592 T10850 [] [] [] []  oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.core.TestSolrConfigHandler%20D2C0EABA0332CE5D-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 1967617 T10850 [] [] [] []  oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 1967620 T10850 [] [] [] []  oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 1967624 T10850 [] [] [] []  oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig-managed-schema.xml
   [junit4]   2> 1967628 T10850 [] [] [] []  oass.ManagedIndexSchemaFactory.readSchemaLocally The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema-rest.xml instead
   [junit4]   2> 1967629 T10850 [] [] [] []  oass.IndexSchema.readSchema Reading Solr Schema from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf\schema-rest.xml
   [junit4]   2> 1967632 T10850 [] [] [] []  oass.IndexSchema.readSchema [collection1] Schema name=test-rest
   [junit4]   2> 1967717 T10850 [] [] [] []  oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1967718 T10850 [] [] [] []  oass.IndexSchema.readSchema query parser default operator is OR
   [junit4]   2> 1967718 T10850 [] [] [] []  oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1967719 T10850 [] [] [] []  oass.IndexSchema.loadCopyFields WARN Field title is not multivalued and destination for multiple copyFields (3)
   [junit4]   2> 1967727 T10850 [] [] [] []  oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/english
   [junit4]   2> 1967729 T10850 [] [] [] []  oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/english
   [junit4]   2> 1967729 T10850 [] [] [] []  oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedWordSetResource for path /schema/analysis/stopwords/german
   [junit4]   2> 1967729 T10850 [] [] [] []  oasr.RestManager$Registry.registerManagedResource Registered ManagedResource impl org.apache.solr.rest.schema.analysis.ManagedSynonymFilterFactory$SynonymManager for path /schema/analysis/synonyms/german
   [junit4]   2> 1967733 T10850 [] [] [] []  oass.ManagedIndexSchema.persistManagedSchema Upgraded to managed schema at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf\managed-schema
   [junit4]   2> 1967764 T10850 [] [] [] []  oass.ManagedIndexSchemaFactory.upgradeToManagedSchema After upgrading to managed schema, renamed the non-managed schema C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf\schema-rest.xml to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf\schema-rest.xml.bak
   [junit4]   2> 1967766 T10850 [] [] [] []  oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from configset C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1
   [junit4]   2> 1967766 T10850 [] [] [] []  oasc.SolrCore.initDirectoryFactory solr.NRTCachingDirectoryFactory
   [junit4]   2> 1967767 T10850 [] [] [] []  oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\data\
   [junit4]   2> 1967767 T10850 [] [] [] []  oasc.SolrCore.<init> JMX monitoring not detected for core: collection1
   [junit4]   2> 1967768 T10850 [] [] [] []  oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\data
   [junit4]   2> 1967768 T10850 [] [] [] []  oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\data\index/
   [junit4]   2> 1967769 T10850 [] [] [] []  oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\data\index' doesn't exist. Creating new index...
   [junit4]   2> 1967770 T10850 [] [] [] []  oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\data\index
   [junit4]   2> 1967770 T10850 [] [] [] []  oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=34, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=99.4970703125, floorSegmentMB=2.0654296875, forceMergeDeletesPctAllowed=22.811451683283888, segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1967774 T10850 [] [] [] []  oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c467856; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1967774 T10850 [] [] [] []  oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1967776 T10850 [] [] [] []  oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1967777 T10850 [] [] [] []  oasc.RequestHandlers.applyInitParams WARN INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1967782 T10850 [] [] [] []  oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1967783 T10850 [] [] [] []  oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1967784 T10850 [] [] [] []  oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1967785 T10850 [] [] [] []  oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1967788 T10850 [] [] [] []  oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 1967788 T10850 [] [] [] []  oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1967789 T10850 [] [] [] []  oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1967789 T10850 [] [] [] []  oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1967789 T10850 [] [] [] []  oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1967790 T10850 [] [] [] []  oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=NRTCachingDirectory(MMapDirectory@C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-006\cores\core\data\index lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@c467856; maxCacheMB=48.0 maxMergeSizeMB=4.0),segFN=segments_1,generation=1}
   [junit4]   2> 1967790 T10850 [] [] [] []  oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1967790 T10850 [] [] [] []  oass.SolrIndexSearcher.<init> Opening Searcher@651338fe[collection1] main
   [junit4]   2> 1967791 T10850 [] [] [] []  oasr.ManagedResourceStorage$FileStorageIO.configure File-based storage initialized to use dir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf
   [junit4]   2> 1967791 T10850 [] [] [] []  oasr.RestManager.init Initializing RestManager with initArgs: {storageDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf}
   [junit4]   2> 1967791 T10850 [] [] [] []  oasr.ManagedResourceStorage.load Reading _rest_managed.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf
   [junit4]   2> 1967792 T10850 [] [] [] []  oasr.RestManager.init Initializing 4 registered ManagedResources
   [junit4]   2> 1967793 T10850 [] [] [] []  oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf
   [junit4]   2> 1967793 T10850 [] [] [] []  oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/english
   [junit4]   2> 1967795 T10850 [] [] [] []  oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf
   [junit4]   2> 1967795 T10850 [] [] [] []  oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/english
   [junit4]   2> 1967795 T10850 [] [] [] []  oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/english
   [junit4]   2> 1967795 T10850 [] [] [] []  oasr.ManagedResourceStorage.load Reading _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf
   [junit4]   2> 1967796 T10850 [] [] [] []  oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/stopwords/german
   [junit4]   2> 1967796 T10850 [] [] [] []  oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _schema_analysis_stopwords_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf
   [junit4]   2> 1967796 T10850 [] [] [] []  oasrsa.ManagedWordSetResource.onManagedDataLoadedFromStorage Loaded 0 words for /schema/analysis/stopwords/german
   [junit4]   2> 1967797 T10850 [] [] [] []  oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/stopwords/german
   [junit4]   2> 1967797 T10850 [] [] [] []  oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_english.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf
   [junit4]   2> 1967797 T10850 [] [] [] []  oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/english
   [junit4]   2> 1967797 T10850 [] [] [] []  oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/english
   [junit4]   2> 1967798 T10850 [] [] [] []  oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/english
   [junit4]   2> 1967798 T10850 [] [] [] []  oasr.ManagedResourceStorage.load Reading _schema_analysis_synonyms_german.json using file:dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-004\collection1\conf
   [junit4]   2> 1967798 T10850 [] [] [] []  oasr.ManagedResource.reloadFromStorage WARN No stored data found for /schema/analysis/synonyms/german
   [junit4]   2> 1967799 T10850 [] [] [] []  oasrsa.ManagedSynonymFilterFactory$SynonymManager.onManagedDataLoadedFromStorage Loaded 0 synonym mappings for /schema/analysis/synonyms/german
   [junit4]   2> 1967799 T10850 [] [] [] []  oasr.ManagedResource.notifyObserversDuringInit Notified 1 observers of /schema/analysis/synonyms/german
   [junit4]   2> 1967799 T10850 [] [] [] []  oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 1967799 T10850 [] [] [] []  oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1967799 T10851 [] [] [] []  oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@651338fe[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1967800 T10820 [] [] [] []  oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 1967800 T10820 [] [] [] []  oass.SolrDispatchFilter.i

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

icDistributedZkTest, TestCollationField, TestCollectionAPI, TestCharFilters, AlternateDirectoryTest, TestXIncludeConfig, TestNoOpRegenerator, TestIBSimilarityFactory, DistributedQueryComponentOptimizationTest, TestSweetSpotSimilarityFactory, DistributedQueryComponentCustomSortTest, SolrCoreTest, TestCloudInspectUtil, BadCopyFieldTest, TestCryptoKeys, ZkCLITest, UUIDFieldTest, TestHashPartitioner, AddSchemaFieldsUpdateProcessorFactoryTest, SolrInfoMBeanTest, TestDistributedSearch, TestRestManager, PrimUtilsTest, TestJmxIntegration, DistributedSuggestComponentTest, TestSchemaVersionResource, SystemInfoHandlerTest, TestSchemaResource, DirectSolrConnectionTest, TestCSVLoader, RequiredFieldsTest, NumericFieldsTest, TestOrdValues, TestUniqueKeyFieldResource, LeaderElectionTest, TestFunctionQuery, TestSolrXml, PreAnalyzedFieldTest, SolrCoreCheckLockOnStartupTest, TestBinaryResponseWriter, QueryElevationComponentTest, TestLazyCores, TestManagedSchema, DistributedSpellCheckComponentTest, TestJmxMonitoredMap, MergeStrategyTest, TestReplicationHandler, DocValuesTest, PeerSyncTest, DistributedFacetPivotSmallAdvancedTest, TestRandomDVFaceting, CoreMergeIndexesAdminHandlerTest, URLClassifyProcessorTest, SolrPluginUtilsTest, TestQueryUtils, DistributedIntervalFacetingTest, TestExpandComponent, TestElisionMultitermQuery, CacheHeaderTest, TestAtomicUpdateErrorCases, TestTolerantSearch, TestFastLRUCache, IndexSchemaRuntimeFieldTest, ParsingFieldUpdateProcessorsTest, SortByFunctionTest, TestSchemaManager, TestPhraseSuggestions, TestStressReorder, DocumentAnalysisRequestHandlerTest, TestOmitPositions, PathHierarchyTokenizerFactoryTest, SuggesterFSTTest, TestDocumentBuilder, TestExtendedDismaxParser, TestChildDocTransformer, DistribDocExpirationUpdateProcessorTest, DirectUpdateHandlerTest, TestSurroundQueryParser, RecoveryZkTest, AliasIntegrationTest, PingRequestHandlerTest, RecoveryAfterSoftCommitTest, TestManagedSchemaFieldResource, TestStandardQParsers, TestBinaryField, TestHighFrequencyDictionaryFactory, AssignTest, TestLFUCache, SynonymTokenizerTest, TestImplicitCoreProperties, OutputWriterTest, ZkControllerTest, TestArbitraryIndexDir, TestManagedSynonymFilterFactory, TestIndexingPerformance, SliceStateTest, ActionThrottleTest, FacetPivotSmallTest, SyncSliceTest, StressHdfsTest, HighlighterMaxOffsetTest, DefaultValueUpdateProcessorTest, CollectionsAPIAsyncDistributedZkTest, TestCoreContainer, OverseerRolesTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, OverseerTest, ShardRoutingTest, ClusterStateUpdateTest, ShardRoutingCustomTest, AutoCommitTest, TestFaceting, TestRecovery, TermVectorComponentDistributedTest, TestRealTimeGet, TestStressVersions, HardAutoCommitTest, TestRangeQuery, SimpleFacetsTest, SpellCheckComponentTest, TestGroupingSearch, ConvertedLegacyTest, TestSort, TestFiltering, OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, SolrIndexSplitterTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, TestFoldingMultitermQuery, SuggesterTSTTest, TestStressLucene, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, QueryEqualityTest, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, LukeRequestHandlerTest, DisMaxRequestHandlerTest, StandardRequestHandlerTest, TestWriterPerf, TestQueryTypes, FileBasedSpellCheckerTest, TermsComponentTest, XmlUpdateRequestHandlerTest, RequestHandlersTest, DocumentBuilderTest, MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest, LoggingHandlerTest, RegexBoostProcessorTest, IndexSchemaTest, JSONWriterTest, TestCSVResponseWriter, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, JsonLoaderTest, BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter, SearchHandlerTest, TestQuerySenderListener, UpdateParamsTest, TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, BadComponentTest, TestStressRecovery, TestSolrDeletionPolicy2, MultiTermTest, SampleTest, TestDocSet, TestSearchPerf, TestConfig, ExternalFileFieldSortTest, TestSolrCoreProperties, TestPostingsSolrHighlighter, EchoParamsTest, TestPerFieldSimilarity, TestLMDirichletSimilarityFactory, TestBM25SimilarityFactory, TimeZoneUtilsTest, ResourceLoaderTest, TestFastOutputStream, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, SolrTestCaseJ4Test, TestHighlightDedupGrouping, DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, LeaderFailoverAfterPartitionTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerStatusTest, ReplicationFactorTest, TestDistribDocBasedVersion, TestMiniSolrCloudCluster, TestReplicaProperties, TestShortCircuitedRequests, VMParamsZkACLAndCredentialsProvidersTest, HdfsBasicDistributedZk2Test, HdfsChaosMonkeySafeLeaderTest, HdfsRecoveryZkTest, HdfsUnloadDistributedZkTest, ZkStateWriterTest, ExitableDirectoryReaderTest, TestInitParams, TestNRTOpen, TestSolrConfigHandler]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandler -Dtests.seed=D2C0EABA0332CE5D -Dtests.slow=true -Dtests.locale= -Dtests.timezone=Indian/Christmas -Dtests.asserts=true -Dtests.file.encoding=Cp1252
   [junit4] ERROR   0.00s J0 | TestSolrConfigHandler (suite) <<<
   [junit4]    > Throwable #1: java.io.IOException: Could not remove the following files (in the order of attempts):
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1\conf\configoverlay.json: java.nio.file.FileSystemException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1\conf\configoverlay.json: The process cannot access the file because it is being used by another process.
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1\conf: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1\conf
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010\collection1
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001\tempDir-010
   [junit4]    >    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001: java.nio.file.DirectoryNotEmptyException: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.core.TestSolrConfigHandler D2C0EABA0332CE5D-001
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D2C0EABA0332CE5D]:0)
   [junit4]    > 	at org.apache.lucene.util.IOUtils.rm(IOUtils.java:286)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] Completed on J0 in 7.22s, 4 tests, 1 error <<< FAILURES!

[...truncated 242 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 477 suites, 1896 tests, 1 suite-level error, 58 ignored (30 assumptions)

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